Searched defs:DEFAULT_GRANULARITY (Results 1 - 7 of 7) sorted by relevance

/external/libffi/src/
H A Dclosures.c95 #define DEFAULT_GRANULARITY ((size_t)malloc_getpagesize) macro
H A Ddlmalloc.c377 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
549 #ifndef DEFAULT_GRANULARITY
551 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */ macro
553 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U) macro
555 #endif /* DEFAULT_GRANULARITY */
1021 compiling with a different DEFAULT_GRANULARITY or dynamically
2554 mparams.granularity = ((DEFAULT_GRANULARITY != 0)?
2555 DEFAULT_GRANULARITY : mparams.page_size);
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Dclosures.c95 #define DEFAULT_GRANULARITY ((size_t)malloc_getpagesize) macro
H A Ddlmalloc.c377 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
554 #ifndef DEFAULT_GRANULARITY
556 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */ macro
558 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U) macro
560 #endif /* DEFAULT_GRANULARITY */
1026 compiling with a different DEFAULT_GRANULARITY or dynamically
2559 mparams.granularity = ((DEFAULT_GRANULARITY != 0)?
2560 DEFAULT_GRANULARITY : mparams.page_size);
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Dclosures.c95 #define DEFAULT_GRANULARITY ((size_t)malloc_getpagesize) macro
H A Ddlmalloc.c377 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
554 #ifndef DEFAULT_GRANULARITY
556 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */ macro
558 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U) macro
560 #endif /* DEFAULT_GRANULARITY */
1026 compiling with a different DEFAULT_GRANULARITY or dynamically
2559 mparams.granularity = ((DEFAULT_GRANULARITY != 0)?
2560 DEFAULT_GRANULARITY : mparams.page_size);
/external/dlmalloc/
H A Dmalloc.c237 recompile this malloc with a larger DEFAULT_GRANULARITY. Note:
447 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
671 #ifndef DEFAULT_GRANULARITY
673 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */ macro
675 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U) macro
677 #endif /* DEFAULT_GRANULARITY */
1282 compiling with a different DEFAULT_GRANULARITY or dynamically
3121 gsize = ((DEFAULT_GRANULARITY != 0)? DEFAULT_GRANULARITY : psize);
3127 gsize = ((DEFAULT_GRANULARITY !
[all...]

Completed in 108 milliseconds