Home
last modified time | relevance | path

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

/external/jemalloc/test/integration/
Dchunk.c77 err = old_hooks.decommit(chunk, size, offset, length, arena_ind); in chunk_decommit()
160 assert_ptr_ne(old_hooks.decommit, chunk_decommit, in TEST_BEGIN()
278 assert_ptr_eq(old_hooks.decommit, orig_hooks.decommit, in TEST_BEGIN()
/external/jemalloc_new/test/integration/
Dextent.c169 assert_ptr_ne(old_hooks->decommit, extent_decommit_hook, in test_manual_hook_body()
196 assert_ptr_eq(old_hooks->decommit, default_hooks->decommit, in test_manual_hook_body()
/external/jemalloc/include/jemalloc/
Djemalloc_typedefs.h53 chunk_decommit_t *decommit; member
Djemalloc_typedefs.h.in53 chunk_decommit_t *decommit; member
Djemalloc.h339 chunk_decommit_t *decommit; member
/external/jemalloc_new/include/jemalloc/
Djemalloc_typedefs.h72 extent_decommit_t *decommit; member
Djemalloc_typedefs.h.in72 extent_decommit_t *decommit; member
Djemalloc.h325 extent_decommit_t *decommit; member
/external/jemalloc_new/test/include/test/
Dextent_hooks.h174 assert_ptr_eq(extent_hooks->decommit, extent_decommit_hook, in extent_decommit_hook()
180 err = default_hooks->decommit(default_hooks, addr, size, offset, length, in extent_decommit_hook()
/external/jemalloc_new/src/
Dbase.c90 if (extent_hooks->decommit != NULL && in base_unmap()
91 !extent_hooks->decommit(extent_hooks, addr, size, 0, size, in base_unmap()
Dextent.c1870 bool err = ((*r_extent_hooks)->decommit == NULL || in extent_decommit_wrapper()
1871 (*r_extent_hooks)->decommit(*r_extent_hooks, in extent_decommit_wrapper()
/external/jemalloc/src/
Dchunk.c103 ATOMIC_COPY_HOOK(decommit); in chunk_hooks_set()
662 committed = chunk_hooks->decommit(chunk, size, 0, size, in chunk_dalloc_wrapper()
Darena.c610 chunk_hooks->decommit(chunk, chunksize, 0, map_bias << in arena_chunk_alloc_internal_hard()
749 chunk_hooks.decommit(chunk, chunksize, 0, map_bias << LG_PAGE, in arena_chunk_discard()
1711 decommitted = !chunk_hooks->decommit(chunk, chunksize, in arena_purge_stashed()
/external/jemalloc/
DChangeLog79 - Fix cached memory management to avoid needless commit/decommit operations
/external/jemalloc_new/
DChangeLog453 - Fix cached memory management to avoid needless commit/decommit operations