Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h66 inline void *PersistentAlloc(uptr sz) { in PersistentAlloc() function
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go1828 func PersistentAlloc(n uintptr) unsafe.Pointer { func