Searched refs:decommit (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h53 chunk_decommit_t *decommit; member in struct:__anon9146
H A Djemalloc_typedefs.h.in53 chunk_decommit_t *decommit;
H A Djemalloc.h314 chunk_decommit_t *decommit; member in struct:__anon9145
/external/jemalloc/test/integration/
H A Dchunk.c77 err = old_hooks.decommit(chunk, size, offset, length, arena_ind);
160 assert_ptr_ne(old_hooks.decommit, chunk_decommit,
161 "Unexpected decommit error");
181 /* Test dalloc/decommit/purge cascade. */
199 assert_false(did_decommit, "Unexpected decommit");
206 /* Test decommit/commit and observe split/merge. */
221 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match");
244 /* Test decommit for large allocations. */
258 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match");
278 assert_ptr_eq(old_hooks.decommit, orig_hook
[all...]
/external/jemalloc/src/
H A Dchunk.c103 ATOMIC_COPY_HOOK(decommit);
660 /* Try to decommit; purge if that fails. */
662 committed = chunk_hooks->decommit(chunk, size, 0, size,
H A Darena.c610 chunk_hooks->decommit(chunk, chunksize, 0, map_bias <<
744 * header decommit fails, since treating a partially committed
749 chunk_hooks.decommit(chunk, chunksize, 0, map_bias << LG_PAGE,
1711 decommitted = !chunk_hooks->decommit(chunk, chunksize,

Completed in 124 milliseconds