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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c647 #define CHUNK_MAP_ZEROED ((size_t)0x4U) macro
2688 if ((chunk->map[run_ind + i].bits & CHUNK_MAP_ZEROED)
2692 /* CHUNK_MAP_ZEROED is cleared below. */
2765 zeroed = zero ? CHUNK_MAP_ZEROED : 0;

Completed in 50 milliseconds