PIPS
_memalign_pattern.c File Reference
#include <stdlib.h>
+ Include dependency graph for _memalign_pattern.c:

Go to the source code of this file.

Functions

void * pips_memalign (void *memptr, size_t size)
 

Function Documentation

◆ pips_memalign()

void* pips_memalign ( void *  memptr,
size_t  size 
)

Definition at line 3 of file _memalign_pattern.c.

4 {
5  return memptr = malloc(size);
6 }
void * malloc(YYSIZE_T)

References malloc().

+ Here is the call graph for this function: