Home
last modified time | relevance | path

Searched refs:slow_path (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Darena_inlines_b.h19 tcache_t *tcache, bool slow_path);
21 tcache_t *tcache, bool slow_path);
92 tcache_t *tcache, bool slow_path) in arena_malloc() argument
137 bool slow_path) in arena_dalloc() argument
147 slow_path); in arena_dalloc()
158 tcache, slow_path); in arena_dalloc()
161 ptr, usize, slow_path); in arena_dalloc()
170 tcache_t *tcache, bool slow_path) in arena_sdalloc() argument
181 slow_path); in arena_sdalloc()
190 tcache, slow_path); in arena_sdalloc()
[all …]
A Dtcache_inlines.h12 size_t size, szind_t ind, bool zero, bool slow_path);
14 size_t size, szind_t ind, bool zero, bool slow_path);
16 szind_t binind, bool slow_path);
18 size_t size, bool slow_path);
127 szind_t binind, bool zero, bool slow_path) in tcache_alloc_small() argument
161 if (slow_path && config_fill) { in tcache_alloc_small()
186 szind_t binind, bool zero, bool slow_path) in tcache_alloc_large() argument
212 if (config_prof || (slow_path && config_fill) || in tcache_alloc_large()
219 if (slow_path && config_fill) { in tcache_alloc_large()
241 bool slow_path) in tcache_dalloc_small() argument
[all …]
A Djemalloc_internal.h938 bool slow_path);
946 bool is_internal, bool slow_path);
949 tcache_t *tcache, bool slow_path);
987 bool is_internal, arena_t *arena, bool slow_path) in iallocztm() argument
996 ret = arena_malloc(tsdn, arena, size, ind, zero, tcache, slow_path); in iallocztm()
1005 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) in ialloc() argument
1008 false, NULL, slow_path)); in ialloc()
1071 bool is_internal, bool slow_path) in idalloctm() argument
1082 arena_dalloc(tsdn, extent, ptr, tcache, slow_path); in idalloctm()
1094 tcache_t *tcache, bool slow_path) in isdalloct() argument
[all …]
A Djemalloc_internal.h.in936 bool slow_path);
944 bool is_internal, bool slow_path);
947 tcache_t *tcache, bool slow_path);
985 bool is_internal, arena_t *arena, bool slow_path) argument
994 ret = arena_malloc(tsdn, arena, size, ind, zero, tcache, slow_path);
1003 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) argument
1006 false, NULL, slow_path));
1069 bool is_internal, bool slow_path) argument
1080 arena_dalloc(tsdn, extent, ptr, tcache, slow_path);
1092 tcache_t *tcache, bool slow_path) argument
[all …]
A Darena_externs.h61 tcache_t *tcache, bool slow_path);
/third_party/ulib/jemalloc/src/
A Djemalloc.c1918 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) in ifree() argument
1937 if (likely(!slow_path)) in ifree()
1945 bool slow_path) in isfree() argument
1957 if (likely(!slow_path)) in isfree()
A Darena.c1310 tcache_t *tcache, bool slow_path) in arena_dalloc_promoted() argument
1320 slow_path); in arena_dalloc_promoted()

Completed in 20 milliseconds