Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdlib/
H A Djemalloc.c402 size_t allocated_small; member
1133 arena->stats.allocated_small, "", arena->stats.nmalloc_small, in stats_print()
1139 arena->stats.allocated_small + arena->stats.allocated_large, in stats_print()
2222 arena->stats.allocated_small += size; in arena_malloc()
2510 arena->stats.allocated_small -= size; in arena_dalloc()
3182 arenas[i]->stats.allocated_small; in malloc_print_stats()