Home
last modified time | relevance | path

Searched defs:tryAlloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h35 inline void *PersistentAllocator::tryAlloc(uptr size) { in tryAlloc() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.h33 inline void *PersistentAllocator::tryAlloc(uptr size) { in tryAlloc() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.h48 inline T *PersistentAllocator<T>::tryAlloc(uptr count) { in tryAlloc() function