HomeSort by: relevance | last modified time | path
    Searched defs:allocator_for_globals (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals.cc 40 static LowLevelAllocator allocator_for_globals; member in namespace:__asan
224 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals;
231 new (allocator_for_globals) VectorOfGlobals; // NOLINT
367 new (allocator_for_globals) GlobalRegistrationSiteVector; // NOLINT
asan_globals.cc 40 static LowLevelAllocator allocator_for_globals; member in namespace:__asan
224 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals;
231 new (allocator_for_globals) VectorOfGlobals; // NOLINT
367 new (allocator_for_globals) GlobalRegistrationSiteVector; // NOLINT

Completed in 28 milliseconds