Searched refs:PersistentAllocator (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.cc17 PersistentAllocator thePersistentAllocator;
H A Dsanitizer_persistent_allocator.h24 class PersistentAllocator { class in namespace:__sanitizer
35 inline void *PersistentAllocator::tryAlloc(uptr size) {
47 inline void *PersistentAllocator::alloc(uptr size) {
65 extern PersistentAllocator thePersistentAllocator;

Completed in 83 milliseconds