ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int | posix_memalign (void **__memptr, size_t __alignment, size_t __size) |
static __inline__ void * | __attribute__ ((__always_inline__, __nodebug__, __malloc__)) _mm_malloc(size_t __size |
if (posix_memalign(&__mallocedMemory, __align, __size)) return 0 | |
static __inline__ void | __attribute__ ((__always_inline__, __nodebug__)) _mm_free(void *__p) |
Variables | |
static __inline__ void size_t | __align |
void * | __mallocedMemory |
|
static |
Definition at line 54 of file mm_malloc.h.
References __p.
|
static |
if | ( | posix_memalign &,, | __size | ) |
__inline__ void size_t __align |
Definition at line 32 of file mm_malloc.h.
return __mallocedMemory |
Definition at line 41 of file mm_malloc.h.