Searched refs:decommit (Results 1 – 15 of 15) sorted by relevance
/external/jemalloc/test/integration/ |
D | chunk.c | 77 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/ |
D | extent.c | 169 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/ |
D | jemalloc_typedefs.h | 53 chunk_decommit_t *decommit; member
|
D | jemalloc_typedefs.h.in | 53 chunk_decommit_t *decommit; member
|
D | jemalloc.h | 339 chunk_decommit_t *decommit; member
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_typedefs.h | 72 extent_decommit_t *decommit; member
|
D | jemalloc_typedefs.h.in | 72 extent_decommit_t *decommit; member
|
D | jemalloc.h | 325 extent_decommit_t *decommit; member
|
/external/jemalloc_new/test/include/test/ |
D | extent_hooks.h | 174 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/ |
D | base.c | 90 if (extent_hooks->decommit != NULL && in base_unmap() 91 !extent_hooks->decommit(extent_hooks, addr, size, 0, size, in base_unmap()
|
D | extent.c | 1870 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/ |
D | chunk.c | 103 ATOMIC_COPY_HOOK(decommit); in chunk_hooks_set() 662 committed = chunk_hooks->decommit(chunk, size, 0, size, in chunk_dalloc_wrapper()
|
D | arena.c | 610 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/ |
D | ChangeLog | 79 - Fix cached memory management to avoid needless commit/decommit operations
|
/external/jemalloc_new/ |
D | ChangeLog | 453 - Fix cached memory management to avoid needless commit/decommit operations
|