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 D | allocator_interception_apple.mm | 468 // 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 D | malloc_zone_functions_apple.cc | 35 functions->batch_malloc = zone->batch_malloc; in StoreZoneFunctions()
|
H A D | malloc_zone_functions_apple.h | 56 batch_malloc_type batch_malloc; member
|
H A D | allocator_shim_override_apple_symbols.h | 50 new_functions.batch_malloc = [](struct _malloc_zone_t* zone, size_t size, in MallocZoneFunctionsToReplaceDefault()
|
H A D | allocator_shim_default_dispatch_to_apple_zoned_malloc.cc | 84 return functions.batch_malloc( in BatchMallocImpl()
|
H A D | allocator_shim_override_apple_default_zone.h | 311 g_mac_malloc_zone.batch_malloc = MallocZoneBatchMalloc; in InitializeZone()
|
/aosp_15_r20/external/cronet/base/allocator/ |
H A D | early_zone_registration_apple.cc | 112 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 D | zone.c | 25 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 D | mod.rs | 141 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 D | mod.rs | 141 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 D | mod.rs | 141 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 D | mod.rs | 141 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 D | mod.rs | 141 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 D | mod.rs | 141 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/ |
D | mod.rs | 141 pub batch_malloc: ::Option<unsafe extern "C" fn(
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_malloc_mac.inc | 319 sanitizer_zone.batch_malloc = 0;
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 94245 - unsigned (*batch_malloc)(struct _malloc_zone_t *, size_t, void **, unsigned); 94561 - jemalloc_zone.batch_malloc = zone_batch_malloc;
|