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
166 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals; in RegisterGlobal()
172 dynamic_init_globals = new(allocator_for_globals) in RegisterGlobal()
223 new(allocator_for_globals) GlobalRegistrationSiteVector(128); in __asan_register_globals()