Searched defs:arena_run_dalloc (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/src/
H A Darena.c54 static void arena_run_dalloc(arena_t *arena, arena_run_t *run, bool dirty,
1047 arena_run_dalloc(arena, run, false, true);
1063 * by this thread. Note that the arena_run_dalloc() call will
1257 arena_run_dalloc(arena_t *arena, arena_run_t *run, bool dirty, bool cleaned) function
1343 * Update the chunk map so that arena_run_dalloc() can treat the
1361 arena_run_dalloc(arena, run, false, false);
1375 * Update the chunk map so that arena_run_dalloc() can treat the
1393 arena_run_dalloc(arena, (arena_run_t *)((uintptr_t)run + newsize),
1938 arena_run_dalloc(arena, run, true, false);
2067 arena_run_dalloc(aren
[all...]

Completed in 87 milliseconds