Home
last modified time | relevance | path

Searched refs:HAVE_MREMAP (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h486 #define HAVE_MREMAP 1 macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h486 #define HAVE_MREMAP 1 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h486 #define HAVE_MREMAP 1 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h486 #define HAVE_MREMAP 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h492 #define HAVE_MREMAP 1 macro
/external/python/cpython2/RISCOS/
Dpyconfig.h428 #undef HAVE_MREMAP
/external/u-boot/include/
Dmalloc.h488 #undef HAVE_MREMAP /* Not available for U-Boot */
/external/libffi/src/
Dclosures.c85 #define HAVE_MREMAP 0 macro
Ddlmalloc.c522 #ifndef HAVE_MREMAP
524 #define HAVE_MREMAP 1 macro
526 #define HAVE_MREMAP 0 macro
1400 #if HAVE_MMAP && HAVE_MREMAP
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c85 #define HAVE_MREMAP 0 macro
Ddlmalloc.c527 #ifndef HAVE_MREMAP
529 #define HAVE_MREMAP 1 macro
531 #define HAVE_MREMAP 0 macro
1405 #if HAVE_MMAP && HAVE_MREMAP
/external/u-boot/common/
Ddlmalloc.src170 HAVE_MREMAP (default: defined as 0 unless Linux libc set)
477 Define HAVE_MREMAP to make realloc() use mremap() to re-allocate
482 #ifndef HAVE_MREMAP
484 #define HAVE_MREMAP 1
486 #define HAVE_MREMAP 0
1874 #if HAVE_MREMAP
1915 #endif /* HAVE_MREMAP */
2463 unless HAVE_MREMAP is defined, in which case mremap is used.
2539 #if HAVE_MREMAP
Ddlmalloc.c1009 #if HAVE_MREMAP
1701 #if HAVE_MREMAP
/external/dlmalloc/
Dmalloc.c645 #ifndef HAVE_MREMAP
647 #define HAVE_MREMAP 1 macro
650 #define HAVE_MREMAP 0 macro
1703 #if HAVE_MREMAP
1757 #if HAVE_MMAP && HAVE_MREMAP
/external/python/cpython2/Modules/
Dmmapmodule.c505 #ifndef HAVE_MREMAP in mmap_resize_method()
/external/python/cpython3/Modules/
Dmmapmodule.c517 #ifndef HAVE_MREMAP in mmap_resize_method()
/external/python/cpython2/
Dpyconfig.h.in512 #undef HAVE_MREMAP
/external/python/cpython3/
Dpyconfig.h.in666 #undef HAVE_MREMAP
/external/sqlite/dist/orig/
Dsqlite3.c31058 #if !defined(HAVE_MREMAP)
31060 # define HAVE_MREMAP 1
31062 # define HAVE_MREMAP 0
31232 #if HAVE_MREMAP && (!defined(SQLITE_OMIT_WAL) || SQLITE_MAX_MMAP_SIZE>0)
35625 #if HAVE_MREMAP
35638 #if HAVE_MREMAP
/external/sqlite/dist/
Dsqlite3.c31062 #if !defined(HAVE_MREMAP)
31064 # define HAVE_MREMAP 1
31066 # define HAVE_MREMAP 0
31236 #if HAVE_MREMAP && (!defined(SQLITE_OMIT_WAL) || SQLITE_MAX_MMAP_SIZE>0)
35641 #if HAVE_MREMAP
35654 #if HAVE_MREMAP