Home
last modified time | relevance | path

Searched refs:batch_malloc (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_interception_apple.mm468 // batch_malloc is omitted because the default malloc zone's implementation
469 // only supports batch_malloc for "tiny" allocations from the free list. It
473 // situation. There's no good way to detect whether a batch_malloc failure is
477 // Similarly, these constraints on batch_malloc mean that callers must always
480 // to batch_malloc is malloc_zone_batch_malloc, which is specific to the
591 if (functions->batch_malloc) {
592 zone->batch_malloc = functions->batch_malloc;
H A Dmalloc_zone_functions_apple.cc35 functions->batch_malloc = zone->batch_malloc; in StoreZoneFunctions()
H A Dmalloc_zone_functions_apple.h56 batch_malloc_type batch_malloc; member
H A Dallocator_shim_override_apple_symbols.h50 new_functions.batch_malloc = [](struct _malloc_zone_t* zone, size_t size, in MallocZoneFunctionsToReplaceDefault()
H A Dallocator_shim_default_dispatch_to_apple_zoned_malloc.cc84 return functions.batch_malloc( in BatchMallocImpl()
H A Dallocator_shim_override_apple_default_zone.h311 g_mac_malloc_zone.batch_malloc = MallocZoneBatchMalloc; in InitializeZone()
/aosp_15_r20/external/cronet/base/allocator/
H A Dearly_zone_registration_apple.cc112 g_delegating_zone.batch_malloc = [](malloc_zone_t* zone, size_t size,
114 return g_default_zone->batch_malloc(g_default_zone, size, results,
/aosp_15_r20/external/jemalloc_new/src/
H A Dzone.c25 unsigned (*batch_malloc)(struct _malloc_zone_t *, size_t, void **, unsigned); member
341 jemalloc_zone.batch_malloc = zone_batch_malloc; in zone_init()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/b64/x86_64/
H A Dmod.rs141 pub batch_malloc: ::Option<unsafe extern "C" fn(
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/bsd/apple/b64/x86_64/
H A Dmod.rs141 pub batch_malloc: ::Option<unsafe extern "C" fn(
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/b64/x86_64/
H A Dmod.rs141 pub batch_malloc: ::Option<unsafe extern "C" fn(
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/b64/x86_64/
H A Dmod.rs141 pub batch_malloc: ::Option<unsafe extern "C" fn(
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/b64/x86_64/
H A Dmod.rs141 pub batch_malloc: ::Option<unsafe extern "C" fn(
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/b64/x86_64/
H A Dmod.rs141 pub batch_malloc: ::Option<unsafe extern "C" fn(
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/bsd/apple/b64/x86_64/
Dmod.rs141 pub batch_malloc: ::Option<unsafe extern "C" fn(
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc319 sanitizer_zone.batch_malloc = 0;
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch94245 - unsigned (*batch_malloc)(struct _malloc_zone_t *, size_t, void **, unsigned);
94561 - jemalloc_zone.batch_malloc = zone_batch_malloc;