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

/external/dlmalloc/
H A Dmalloc.c2476 #define is_mmapped_segment(S) ((S)->sflags & USE_MMAP_BIT) macro
4282 if (is_mmapped_segment(sp) && !is_extern_segment(sp)) {
4333 if (is_mmapped_segment(sp)) {
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1983 #define is_mmapped_segment(S) (get_segment_flags(S) & IS_MMAPPED_BIT) macro
3628 if (is_mmapped_segment(sp) && !is_extern_segment(sp)) {
3673 if (is_mmapped_segment(sp)) {

Completed in 119 milliseconds