Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h35 inline void *PersistentAllocator::tryAlloc(uptr size) { in tryAlloc() function
/aosp_15_r20/external/skia/src/core/
H A DSkAutoPixmapStorage.cpp43 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) { in tryAlloc() function in SkAutoPixmapStorage
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmheap.go2325 func (b *gcBitsArena) tryAlloc(bytes uintptr) *gcBits { func