Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_globals.cc39 static LowLevelAllocator allocator_for_globals; variable
232 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals; in RegisterGlobal()
238 dynamic_init_globals = new(allocator_for_globals) in RegisterGlobal()
314 new(allocator_for_globals) GlobalRegistrationSiteVector(128); in __asan_register_globals()