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

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Darena.h132 #define CHUNK_MAP_DIRTY ((size_t)0x10U) macro
876 (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == 0);
877 return (mapbits & CHUNK_MAP_DIRTY);
887 (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == 0);
898 (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == 0);
953 (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == 0);
989 (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == 0);
/freebsd-11-stable/contrib/jemalloc/src/
H A Darena.c246 assert(arena_mapbits_dirty_get(chunk, pageind) == CHUNK_MAP_DIRTY);
248 CHUNK_MAP_DIRTY);
264 assert(arena_mapbits_dirty_get(chunk, pageind) == CHUNK_MAP_DIRTY);
266 CHUNK_MAP_DIRTY);
2116 flag_dirty = dirty ? CHUNK_MAP_DIRTY : 0;

Completed in 210 milliseconds