Searched refs:thePersistentAllocator (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.cc17 PersistentAllocator thePersistentAllocator; member in namespace:__sanitizer
H A Dsanitizer_persistent_allocator.h65 extern PersistentAllocator thePersistentAllocator;
67 return thePersistentAllocator.alloc(sz);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.cc15 PersistentAllocator thePersistentAllocator; member in namespace:__sanitizer
H A Dsanitizer_persistent_allocator.h63 extern PersistentAllocator thePersistentAllocator;
65 return thePersistentAllocator.alloc(sz);

Completed in 169 milliseconds