Home
last modified time | relevance | path

Searched refs:AndroidConfig (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h90 struct AndroidConfig { struct
95 typedef SizeClassAllocator64<AndroidConfig> Primary; argument
102 typedef SizeClassAllocator32<AndroidConfig> Primary; argument
109 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; argument
193 typedef AndroidConfig Config;
H A Dwrappers_c_bionic.cpp27 static scudo::Allocator<scudo::AndroidConfig, SCUDO_PREFIX(malloc_postinit)>
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp19 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput()