Searched refs:arena_salloc (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | arena_inlines_b.h | 17 size_t arena_salloc(tsdn_t *tsdn, const extent_t *extent, const void *ptr); 121 arena_salloc(tsdn_t *tsdn, const extent_t *extent, const void *ptr) in arena_salloc() function
|
| A D | private_symbols.txt | 69 arena_salloc
|
| A D | private_namespace.h | 69 #define arena_salloc JEMALLOC_N(arena_salloc) macro
|
| A D | private_unnamespace.h | 69 #undef arena_salloc
|
| A D | jemalloc_internal.h | 982 return (arena_salloc(tsdn, extent, ptr)); in isalloc()
|
| A D | jemalloc_internal.h.in | 980 return (arena_salloc(tsdn, extent, ptr));
|
| /third_party/ulib/jemalloc/src/ |
| A D | tcache.c | 29 return (arena_salloc(tsdn, iealloc(tsdn, ptr), ptr)); in tcache_salloc()
|
Completed in 618 milliseconds