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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c646 #define CHUNK_MAP_DIRTY ((size_t)0x8U) macro
650 #define CHUNK_MAP_KEY (CHUNK_MAP_DIRTY | CHUNK_MAP_ALLOCATED)
2435 if (mapbits & CHUNK_MAP_DIRTY) {
2439 mapbits ^= CHUNK_MAP_DIRTY;
2466 assert((mapbits & CHUNK_MAP_DIRTY) == 0);
2467 mapbits |= CHUNK_MAP_DIRTY;
2484 assert((mapbits & CHUNK_MAP_DIRTY) == 0);
2485 mapbits |= CHUNK_MAP_DIRTY;
2496 assert((mapbits & CHUNK_MAP_DIRTY) == 0);
2497 mapbits |= CHUNK_MAP_DIRTY;
[all...]

Completed in 91 milliseconds