Searched refs:slow_path (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache.h165 size_t size, szind_t ind, bool zero, bool slow_path);
167 size_t size, szind_t ind, bool zero, bool slow_path);
169 szind_t binind, bool slow_path);
171 size_t size, bool slow_path);
281 szind_t binind, bool zero, bool slow_path)
309 if (config_prof || (slow_path && config_fill) || unlikely(zero)) {
315 if (slow_path && config_fill) {
323 if (slow_path && config_fill && unlikely(opt_junk_alloc)) {
340 szind_t binind, bool zero, bool slow_path)
366 if (config_prof || (slow_path
280 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, szind_t binind, bool zero, bool slow_path) argument
[all...]
H A Djemalloc_internal.h897 tcache_t *tcache, bool is_metadata, arena_t *arena, bool slow_path);
899 bool slow_path);
909 bool slow_path);
911 void iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path);
913 bool slow_path);
915 bool slow_path);
956 bool is_metadata, arena_t *arena, bool slow_path)
964 ret = arena_malloc(tsdn, arena, size, ind, zero, tcache, slow_path);
973 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path)
977 false, NULL, slow_path));
[all...]
H A Darena.h680 bool zero, tcache_t *tcache, bool slow_path);
683 void arena_dalloc(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool slow_path);
685 bool slow_path);
1335 tcache_t *tcache, bool slow_path)
1344 tcache, size, ind, zero, slow_path));
1348 tcache, size, ind, zero, slow_path));
1420 arena_dalloc(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool slow_path)
1439 binind, slow_path);
1455 size - large_pad, slow_path);
1468 bool slow_path)
[all...]
/freebsd-11.0-release/contrib/jemalloc/src/
H A Djemalloc.c1451 prof_tctx_t *tctx, bool slow_path)
1459 p = ialloc(tsd, LARGE_MINCLASS, ind_large, zero, slow_path);
1464 p = ialloc(tsd, usize, ind, zero, slow_path);
1470 ialloc_prof(tsd_t *tsd, size_t usize, szind_t ind, bool zero, bool slow_path) argument
1477 p = ialloc_prof_sample(tsd, usize, ind, zero, tctx, slow_path);
1479 p = ialloc(tsd, usize, ind, zero, slow_path);
1491 * with statically known slow_path.
1497 bool slow_path)
1502 if (slow_path && unlikely(malloc_init())) {
1515 if (config_stats || (config_prof && opt_prof) || (slow_path
1450 ialloc_prof_sample(tsd_t *tsd, size_t usize, szind_t ind, bool zero, prof_tctx_t *tctx, bool slow_path) argument
1496 ialloc_body(size_t size, bool zero, tsdn_t **tsdn, size_t *usize, bool slow_path) argument
1528 ialloc_post_check(void *ret, tsdn_t *tsdn, size_t usize, const char *func, bool update_errno, bool slow_path) argument
1796 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) argument
1825 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) argument
2044 imallocx_flags(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena, bool slow_path) argument
2058 imallocx_prof_sample(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena, bool slow_path) argument
2080 imallocx_prof(tsd_t *tsd, size_t size, int flags, size_t *usize, bool slow_path) argument
2112 imallocx_no_prof(tsd_t *tsd, size_t size, int flags, size_t *usize, bool slow_path) argument
2132 imallocx_body(size_t size, int flags, tsdn_t **tsdn, size_t *usize, bool slow_path) argument
[all...]

Completed in 118 milliseconds