PIPS
_memalign_pattern.c
Go to the documentation of this file.
1 
2 #include <stdlib.h>
3 void* pips_memalign(void *memptr, size_t size)
4 {
5  return memptr = malloc(size);
6 }
void * pips_memalign(void *memptr, size_t size)
void * malloc(YYSIZE_T)