Searched refs:MAX_SIZE_T (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dliolib.c392 #define MAX_SIZE_T (~(size_t)0) macro
403 else if (rlen <= (MAX_SIZE_T / 4)) /* avoid buffers too large */
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c445 disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
473 disable mmap by setting to MAX_SIZE_T.
512 #define MAX_SIZE_T (~(size_t)0) macro
589 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
596 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
797 M_TRIM_THRESHOLD -1 2*1024*1024 any (MAX_SIZE_T disables)
1300 #define HALF_MAX_SIZE_T (MAX_SIZE_T / 2U)
1323 #define MFAIL ((void*)(MAX_SIZE_T))
2525 (MAX_SIZE_T < MIN_CHUNK_SIZE) ||
3660 m->trim_check = MAX_SIZE_T;
[all...]

Completed in 73 milliseconds