Searched refs:base_alloc_impl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | base.c | 421 base_alloc_impl(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment, in base_alloc_impl() function 465 return base_alloc_impl(tsdn, base, size, alignment, NULL); in base_alloc() 471 extent_t *extent = base_alloc_impl(tsdn, base, sizeof(extent_t), in base_alloc_extent()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 64713 -base_alloc_impl(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment, 64757 - return base_alloc_impl(tsdn, base, size, alignment, NULL); 64763 - edata_t *edata = base_alloc_impl(tsdn, base, sizeof(edata_t),
|