/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_inlines.h | 43 UNUSED size_t size, szind_t binind, bool zero, bool slow_path) { in tcache_alloc_small() 107 szind_t binind, bool zero, bool slow_path) { in tcache_alloc_large() 169 bool slow_path) { in tcache_dalloc_small() 194 bool slow_path) { in tcache_dalloc_large()
|
D | jemalloc_internal_inlines_c.h | 42 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm() 61 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) { in ialloc() 105 bool is_internal, bool slow_path) { in idalloctm() 128 alloc_ctx_t *alloc_ctx, bool slow_path) { in isdalloct()
|
D | arena_inlines_b.h | 88 tcache_t *tcache, bool slow_path) { in arena_malloc() 191 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_dalloc() 288 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_sdalloc()
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 296 szind_t binind, bool zero, bool slow_path) in tcache_alloc_small() 355 szind_t binind, bool zero, bool slow_path) in tcache_alloc_large() 418 bool slow_path) in tcache_dalloc_small() 443 bool slow_path) in tcache_dalloc_large()
|
D | jemalloc_internal.h.in | 1053 bool is_metadata, arena_t *arena, bool slow_path) 1070 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) 1153 bool slow_path) 1175 iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) 1186 bool slow_path) 1193 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache, bool slow_path)
|
D | jemalloc_internal.h | 1053 bool is_metadata, arena_t *arena, bool slow_path) in iallocztm() 1070 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) in ialloc() 1153 bool slow_path) in idalloctm() 1175 iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) in iqalloc() 1186 bool slow_path) in isdalloct() 1193 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache, bool slow_path) in isqalloc()
|
D | arena.h | 1352 tcache_t *tcache, bool slow_path) in arena_malloc() 1437 arena_dalloc(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool slow_path) in arena_dalloc() 1497 bool slow_path) in arena_sdalloc()
|
/external/jemalloc/src/ |
D | jemalloc.c | 1538 prof_tctx_t *tctx, bool slow_path) 1557 ialloc_prof(tsd_t *tsd, size_t usize, szind_t ind, bool zero, bool slow_path) 1584 bool slow_path) 1616 bool update_errno, bool slow_path) 1883 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) 1912 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) 2155 tcache_t *tcache, arena_t *arena, bool slow_path) 2169 tcache_t *tcache, arena_t *arena, bool slow_path) 2190 imallocx_prof(tsd_t *tsd, size_t size, int flags, size_t *usize, bool slow_path) 2223 bool slow_path) [all …]
|
/external/v8/src/builtins/ |
D | builtins-iterator-gen.cc | 200 Label fast_path(this), slow_path(this), done(this); in IterableToList() local
|
D | builtins-regexp-gen.cc | 1741 Label fast_path(this), slow_path(this); in TF_BUILTIN() local 1986 Label fast_path(this), slow_path(this); in TF_BUILTIN() local 2303 Label fast_path(this), slow_path(this); in TF_BUILTIN() local
|
D | builtins-typed-array-gen.cc | 640 Label fast_path(this), slow_path(this), done(this); in ConstructByIterable() local 1625 slow_path(this), create_typed_array(this), in TF_BUILTIN() local
|
D | builtins-string-gen.cc | 1541 Label fast_path(this), slow_path(this); in Generate() local
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 2208 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) { 2247 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) {
|
D | arena.c | 1454 bool slow_path) { in arena_dalloc_promoted()
|