arena.h | 45 typedef struct arena_chunk_map_bits_s arena_chunk_map_bits_t; typedef in typeref:struct:arena_chunk_map_bits_s 156 * like arena_chunk_map_bits_t. Two separate arrays are stored within each 202 arena_chunk_map_bits_t map_bits[1]; /* Dynamically sized. */ 551 void *ptr, arena_chunk_map_bits_t *bitselm); 553 size_t pageind, arena_chunk_map_bits_t *bitselm); 601 arena_chunk_map_bits_t *arena_bitselm_get(arena_chunk_t *chunk, 663 JEMALLOC_ALWAYS_INLINE arena_chunk_map_bits_t * [all...] |