Searched refs:CHUNK_MAP_DIRTY (Results 1 – 2 of 2) sorted by relevance
152 #define CHUNK_MAP_DIRTY ((size_t)0x8U) macro740 return (mapbits & CHUNK_MAP_DIRTY); in arena_mapbits_dirty_get()785 assert((flags & (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == flags); in arena_mapbits_unallocated_set()810 assert((flags & CHUNK_MAP_DIRTY) == flags); in arena_mapbits_large_set()839 assert((flags & CHUNK_MAP_DIRTY) == flags); in arena_mapbits_small_set()
1285 flag_dirty = dirty ? CHUNK_MAP_DIRTY : 0; in arena_run_dalloc()1290 CHUNK_MAP_DIRTY); in arena_run_dalloc()1292 CHUNK_MAP_DIRTY); in arena_run_dalloc()