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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_persistent_allocator.cc 17 PersistentAllocator thePersistentAllocator;
sanitizer_persistent_allocator.h 24 class PersistentAllocator {
35 inline void *PersistentAllocator::tryAlloc(uptr size) {
47 inline void *PersistentAllocator::alloc(uptr size) {
65 extern PersistentAllocator thePersistentAllocator;

Completed in 13 milliseconds