Searched refs:cache_bin_alloc_easy (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | tcache_inlines.h | 51 ret = cache_bin_alloc_easy(bin, &tcache_success); in tcache_alloc_small() 114 ret = cache_bin_alloc_easy(bin, &tcache_success); in tcache_alloc_large()
|
H A D | cache_bin.h | 91 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) { in cache_bin_alloc_easy() function
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | tcache.c | 102 ret = cache_bin_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 39139 -cache_bin_alloc_easy(cache_bin_t *bin, bool *success) { 45459 - ret = cache_bin_alloc_easy(bin, &tcache_success); 107813 - ptr = cache_bin_alloc_easy(&bin, &success); 107851 - ptr = cache_bin_alloc_easy(&bin, &success); 107871 - ptr = cache_bin_alloc_easy(&bin, &success); 107893 - ptr = cache_bin_alloc_easy(&bin, &success); 107898 - ptr = cache_bin_alloc_easy(&bin, &success);
|