HomeSort by relevance Sort by last modified time
    Searched refs:CHUNK_MAP_DIRTY (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/internal/
arena.h 152 #define CHUNK_MAP_DIRTY ((size_t)0x8U)
740 return (mapbits & CHUNK_MAP_DIRTY);
785 assert((flags & (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == flags);
810 assert((flags & CHUNK_MAP_DIRTY) == flags);
839 assert((flags & CHUNK_MAP_DIRTY) == flags);
    [all...]
  /external/jemalloc/src/
arena.c     [all...]

Completed in 601 milliseconds