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.cpp147 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.cpp228 ListOfGlobals *l = new (GetGlobalLowLevelAllocator()) ListOfGlobals; in RegisterGlobal()
234 dynamic_init_globals = new (GetGlobalLowLevelAllocator()) VectorOfGlobals; in RegisterGlobal()
374 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()