Home
last modified time | relevance | path

Searched refs:PersistentAlloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h65 inline void *PersistentAlloc(uptr sz) { in PersistentAlloc() function
H A Dsanitizer_stackdepotbase.h128 s = (Node *)PersistentAlloc(memsz); in Put()