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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c223 use the symbolic values MAX_SIZE_T, SIZE_T_ONE, etc below.
479 disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
507 disable mmap by setting to MAX_SIZE_T.
520 disable, set to MAX_SIZE_T. This may lead to a very slight speed
614 #define MAX_SIZE_T (~(size_t)0) macro
711 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
718 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
725 #define MAX_RELEASE_CHECK_RATE MAX_SIZE_T
1599 #define HALF_MAX_SIZE_T (MAX_SIZE_T / 2U)
1622 #define MFAIL ((void*)(MAX_SIZE_T))
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dliolib.c393 #define MAX_SIZE_T (~(size_t)0) macro
404 else if (rlen <= (MAX_SIZE_T / 4)) /* avoid buffers too large */

Completed in 46 milliseconds