Home
last modified time | relevance | path

Searched refs:GetGlobalLowLevelAllocator (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp67 return new (GetGlobalLowLevelAllocator()) MarkupStackTracePrinter(); in NewStackTracePrinter()
69 return new (GetGlobalLowLevelAllocator()) FormattedStackTracePrinter(); in NewStackTracePrinter()
H A Dsanitizer_allocator.cpp148 LowLevelAllocator &GetGlobalLowLevelAllocator() { return Alloc; } in GetGlobalLowLevelAllocator() function
H A Dsanitizer_common.h232 LowLevelAllocator &GetGlobalLowLevelAllocator();
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp111 list.push_front(new (GetGlobalLowLevelAllocator()) GlobalListNode{g}); in AddGlobalToList()
303 new (GetGlobalLowLevelAllocator()) DynInitGlobal{*g, false}); in RegisterGlobal()
436 new (GetGlobalLowLevelAllocator()) GlobalRegistrationSiteVector; in __asan_register_globals()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp150 FlagHandlerKeepGoing *fh_keep_going = new (GetGlobalLowLevelAllocator()) in RegisterMsanFlags()