Searched refs:AllocatorOptions (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_activation.cpp27 AllocatorOptions allocator_options;
111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options;
H A Dasan_allocator.h34 struct AllocatorOptions { struct in namespace:__asan
47 void InitializeAllocator(const AllocatorOptions &options);
48 void ReInitializeAllocator(const AllocatorOptions &options);
49 void GetAllocatorOptions(AllocatorOptions *options);
H A Dasan_allocator.cpp276 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) {
286 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) {
318 void CheckOptions(const AllocatorOptions &options) const {
326 void SharedInitCode(const AllocatorOptions &options) {
336 void InitLinkerInitialized(const AllocatorOptions &options) {
372 void ReInitialize(const AllocatorOptions &options) {
389 void GetOptions(AllocatorOptions *options) const {
915 void InitializeAllocator(const AllocatorOptions &options) {
919 void ReInitializeAllocator(const AllocatorOptions &options) {
923 void GetAllocatorOptions(AllocatorOptions *option
[all...]
H A Dasan_rtl.cpp453 AllocatorOptions allocator_options;

Completed in 137 milliseconds