Home
last modified time | relevance | path

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

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/
H A Dmalloc_zone_functions_mac.cc31 functions->batch_malloc = zone->batch_malloc; in StoreZoneFunctions()
H A Dallocator_interception_mac.mm413 // batch_malloc is omitted because the default malloc zone's implementation
414 // only supports batch_malloc for "tiny" allocations from the free list. It
418 // situation. There's no good way to detect whether a batch_malloc failure is
422 // Similarly, these constraints on batch_malloc mean that callers must always
425 // to batch_malloc is malloc_zone_batch_malloc, which is specific to the
556 if (functions->batch_malloc)
557 zone->batch_malloc = functions->batch_malloc;
H A Dallocator_shim_override_mac_symbols.h39 new_functions.batch_malloc = [](struct _malloc_zone_t* zone, size_t size, in MallocZoneFunctionsToReplaceDefault()
H A Dmalloc_zone_functions_mac.h49 batch_malloc_type batch_malloc; member
H A Dallocator_shim_default_dispatch_to_mac_zoned_malloc.cc64 return functions.batch_malloc( in BatchMallocImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/
H A Dmalloc_zone_functions_mac.cc31 functions->batch_malloc = zone->batch_malloc; in StoreZoneFunctions()
H A Dallocator_interception_mac.mm402 // batch_malloc is omitted because the default malloc zone's implementation
403 // only supports batch_malloc for "tiny" allocations from the free list. It
407 // situation. There's no good way to detect whether a batch_malloc failure is
411 // Similarly, these constraints on batch_malloc mean that callers must always
414 // to batch_malloc is malloc_zone_batch_malloc, which is specific to the
545 if (functions->batch_malloc)
546 zone->batch_malloc = functions->batch_malloc;
H A Dallocator_shim_override_mac_symbols.h39 new_functions.batch_malloc = [](struct _malloc_zone_t* zone, size_t size, in MallocZoneFunctionsToReplaceDefault()
H A Dmalloc_zone_functions_mac.h49 batch_malloc_type batch_malloc; member
H A Dallocator_shim_default_dispatch_to_mac_zoned_malloc.cc66 return functions.batch_malloc( in BatchMallocImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/apple_apsl/
H A DCFBase.h46 …unsigned (*batch_malloc)(struct _malloc_zone_t *zone, size_t size, void **results, unsigned num_re… member
H A Dmalloc.h42 …unsigned (*batch_malloc)(struct _malloc_zone_t *zone, size_t size, void **results, unsigned num_re… member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/apple_apsl/
H A DCFBase.h46 …unsigned (*batch_malloc)(struct _malloc_zone_t *zone, size_t size, void **results, unsigned num_re… member
H A Dmalloc.h44 …unsigned (*batch_malloc)(struct _malloc_zone_t *zone, size_t size, void **results, unsigned num_re… member
/dports/www/firefox-esr/firefox-91.8.0/memory/build/
H A Dzone.c41 unsigned (*batch_malloc)(struct _malloc_zone_t*, size_t, void**, unsigned); member
310 zone.batch_malloc = zone_batch_malloc; in register_zone()
/dports/www/firefox/firefox-99.0/memory/build/
H A Dzone.c41 unsigned (*batch_malloc)(struct _malloc_zone_t*, size_t, void**, unsigned); member
310 zone.batch_malloc = zone_batch_malloc; in register_zone()
/dports/lang/spidermonkey60/firefox-60.9.0/memory/build/
H A Dzone.c41 unsigned (*batch_malloc)(struct _malloc_zone_t*, size_t, void**, unsigned); member
310 zone.batch_malloc = zone_batch_malloc; in register_zone()
/dports/mail/thunderbird/thunderbird-91.8.0/memory/build/
H A Dzone.c41 unsigned (*batch_malloc)(struct _malloc_zone_t*, size_t, void**, unsigned); member
310 zone.batch_malloc = zone_batch_malloc; in register_zone()
/dports/lang/spidermonkey78/firefox-78.9.0/memory/build/
H A Dzone.c41 unsigned (*batch_malloc)(struct _malloc_zone_t*, size_t, void**, unsigned); member
310 zone.batch_malloc = zone_batch_malloc; in register_zone()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/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()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/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()
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/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()
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/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()
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/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()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/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()

123456