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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h66 inline void *PersistentAlloc(uptr sz) { function in namespace:__sanitizer
H A Dsanitizer_stackdepotbase.h126 s = (Node *)PersistentAlloc(memsz);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.h64 inline void *PersistentAlloc(uptr sz) { function in namespace:__sanitizer
H A Dsanitizer_stackdepotbase.h124 s = (Node *)PersistentAlloc(memsz);

Completed in 81 milliseconds