sketchbook
|
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int | posix_memalign (void **__memptr, size_t __alignment, size_t __size) |
if (posix_memalign(&__mallocedMemory, __align, __size)) return 0 | |
Variables | |
static __inline__ void size_t | __align |
void * | __mallocedMemory |
if | ( | posix_memalign &,, | __size | ) |
__inline__ void size_t __align |
return __mallocedMemory |