Home
last modified time | relevance | path

Searched refs:zone_batch_malloc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/jemalloc_new/src/
H A Dzone.c108 static unsigned zone_batch_malloc(struct _malloc_zone_t *zone, size_t size,
214 zone_batch_malloc(struct _malloc_zone_t *zone, size_t size, void **results, in zone_batch_malloc() function
341 jemalloc_zone.batch_malloc = zone_batch_malloc; in zone_init()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch94328 -static unsigned zone_batch_malloc(struct _malloc_zone_t *zone, size_t size,
94434 -zone_batch_malloc(struct _malloc_zone_t *zone, size_t size, void **results,
94561 - jemalloc_zone.batch_malloc = zone_batch_malloc;