Searched refs:tryAlloc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h29 void *tryAlloc(uptr size);
35 inline void *PersistentAllocator::tryAlloc(uptr size) { function in class:__sanitizer::PersistentAllocator
49 void *s = tryAlloc(size);
54 s = tryAlloc(size);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.h27 void *tryAlloc(uptr size);
33 inline void *PersistentAllocator::tryAlloc(uptr size) { function in class:__sanitizer::PersistentAllocator
47 void *s = tryAlloc(size);
52 s = tryAlloc(size);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.h32 T *tryAlloc(uptr count);
48 inline T *PersistentAllocator<T>::tryAlloc(uptr count) { function in class:__sanitizer::PersistentAllocator
65 T *s = tryAlloc(count);
76 T *s = tryAlloc(count);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1679 bool tryAlloc() nothrow
1691 if (!tryAlloc())
1708 // tryAlloc will succeed if a new pool was allocated above, if it fails allocate a new pool now
1709 if (!tryAlloc() && (!newPool(1, false) || !tryAlloc()))
1739 bool tryAlloc() nothrow
1763 if (!tryAlloc())
1781 if (!pool && !tryAlloc() && !tryAllocNewPool())
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d1917 bool tryAlloc() nothrow
1929 if (!tryAlloc())
1950 // tryAlloc will succeed if a new pool was allocated above, if it fails allocate a new pool now
1951 if (!tryAlloc() && (!newPool(1, false) || !tryAlloc()))
1995 bool tryAlloc() nothrow
2019 if (!tryAlloc())
2037 if (!pool && !tryAlloc() && !tryAllocNewPool())

Completed in 207 milliseconds