Home
last modified time | relevance | path

Searched refs:thePersistentAllocator (Results 1 – 4 of 4) 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
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_persistent_allocator.h64 extern PersistentAllocator thePersistentAllocator;
66 return thePersistentAllocator.alloc(sz); in PersistentAlloc()
Dsanitizer_persistent_allocator.cpp16 PersistentAllocator thePersistentAllocator; variable