Home
last modified time | relevance | path

Searched refs:arena_chunk_s (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/lib/libc/stdlib/
Djemalloc.c486 typedef struct arena_chunk_s arena_chunk_t;
487 struct arena_chunk_s { struct
529 .rbto_node_offset = offsetof(struct arena_chunk_s, link), argument
1845 assert(offsetof(struct arena_chunk_s, link) == 0); in arena_run_alloc()