Searched refs:GetGlobalLowLevelAllocator (Results 1 – 5 of 5) sorted by relevance
67 return new (GetGlobalLowLevelAllocator()) MarkupStackTracePrinter(); in NewStackTracePrinter()69 return new (GetGlobalLowLevelAllocator()) FormattedStackTracePrinter(); in NewStackTracePrinter()
147 LowLevelAllocator &GetGlobalLowLevelAllocator() { return Alloc; } in GetGlobalLowLevelAllocator() function
232 LowLevelAllocator &GetGlobalLowLevelAllocator();
228 ListOfGlobals *l = new (GetGlobalLowLevelAllocator()) ListOfGlobals; in RegisterGlobal()234 dynamic_init_globals = new (GetGlobalLowLevelAllocator()) VectorOfGlobals; in RegisterGlobal()374 new (GetGlobalLowLevelAllocator()) GlobalRegistrationSiteVector; in __asan_register_globals()
150 FlagHandlerKeepGoing *fh_keep_going = new (GetGlobalLowLevelAllocator()) in RegisterMsanFlags()