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

/netbsd-current/sys/external/bsd/compiler_rt/dist/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;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.cc15 PersistentAllocator thePersistentAllocator;
H A Dsanitizer_persistent_allocator.h22 class PersistentAllocator { class in namespace:__sanitizer
33 inline void *PersistentAllocator::tryAlloc(uptr size) {
45 inline void *PersistentAllocator::alloc(uptr size) {
63 extern PersistentAllocator thePersistentAllocator;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.h24 class PersistentAllocator { class in namespace:__sanitizer
48 inline T *PersistentAllocator<T>::tryAlloc(uptr count) {
63 inline T *PersistentAllocator<T>::alloc(uptr count) {
72 inline T *PersistentAllocator<T>::refillAndAlloc(uptr count) {
98 void PersistentAllocator<T>::TestOnlyUnmap() {
H A Dsanitizer_stackdepot.cpp22 static PersistentAllocator<uptr> traceAllocator;

Completed in 85 milliseconds