/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
mm_malloc.h | 32 /* We can't depend on <stdlib.h> since the prototype of posix_memalign 35 extern int posix_memalign (void **, size_t, size_t); 37 extern "C" int posix_memalign (void **, size_t, size_t) throw (); 48 if (posix_memalign (&ptr, alignment, size) == 0)
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
mm_malloc.h | 32 /* We can't depend on <stdlib.h> since the prototype of posix_memalign 35 extern int posix_memalign (void **, size_t, size_t); 37 extern "C" int posix_memalign (void **, size_t, size_t) throw (); 48 if (posix_memalign (&ptr, alignment, size) == 0)
|
/external/qemu/ |
osdep.c | 184 ret = posix_memalign(&ptr, alignment, size);
|
/external/blktrace/btreplay/ |
btreplay.c | 327 if (posix_memalign(&buf, pgsize, nbytes)) { 328 fatal("posix_memalign", ERR_SYSCALL, "Allocation failed\n"); [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 105 if (posix_memalign(&ret, sys_page_size, size) < 0)
|
/external/bluetooth/glib/glib/ |
gslice.c | 28 #define _XOPEN_SOURCE 600 /* posix_memalign() */ 30 #include <stdlib.h> /* posix_memalign() */ 77 * - the page allocator. on most modern systems, posix_memalign(3) or [all...] |
/external/webkit/JavaScriptCore/runtime/ |
Collector.cpp | 238 #elif HAVE(POSIX_MEMALIGN) 240 posix_memalign(&address, BLOCK_SIZE, BLOCK_SIZE); 328 #elif HAVE(POSIX_MEMALIGN) [all...] |
/external/webkit/JavaScriptCore/wtf/ |
FastMalloc.cpp | [all...] |
/external/e2fsprogs/ |
configure | [all...] |