Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_persistent_allocator.h65 extern PersistentAllocator thePersistentAllocator;
67 return thePersistentAllocator.alloc(sz); in PersistentAlloc()
Dsanitizer_persistent_allocator.cc17 PersistentAllocator thePersistentAllocator; variable