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

/external/compiler-rt/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);
/external/skia/src/core/
H A DSkAutoPixmapStorage.cpp35 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) { function in class:SkAutoPixmapStorage
53 SkASSERT_RELEASE(this->tryAlloc(info));
/external/skqp/src/core/
H A DSkAutoPixmapStorage.cpp35 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) { function in class:SkAutoPixmapStorage
53 SkASSERT_RELEASE(this->tryAlloc(info));

Completed in 188 milliseconds