Searched defs:HAVE_MREMAP (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/
H A Dconfig.h166 #define HAVE_MREMAP 1 macro
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c364 HAVE_MREMAP default: 1 on linux, else 0
551 #ifndef HAVE_MREMAP
553 #define HAVE_MREMAP 1 macro
555 #define HAVE_MREMAP 0 macro
557 #endif /* HAVE_MREMAP */
1399 #if HAVE_MMAP && HAVE_MREMAP
1401 #else /* HAVE_MMAP && HAVE_MREMAP */
1403 #endif /* HAVE_MMAP && HAVE_MREMAP */
/external/sqlite/dist/orig/
H A Dsqlite3.c24563 ** HAVE_MREMAP defaults to true on Linux and false everywhere else.
24565 #if !defined(HAVE_MREMAP)
24567 # define HAVE_MREMAP 1 macro
24569 # define HAVE_MREMAP 0 macro
24716 #if HAVE_MREMAP
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24570 ** HAVE_MREMAP defaults to true on Linux and false everywhere else.
24572 #if !defined(HAVE_MREMAP)
24574 # define HAVE_MREMAP 1 macro
24576 # define HAVE_MREMAP 0 macro
24734 #if HAVE_MREMAP
[all...]

Completed in 374 milliseconds