Home
last modified time | relevance | path

Searched refs:tryAlloc (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_persistent_allocator.h29 void *tryAlloc(uptr size);
35 inline void *PersistentAllocator::tryAlloc(uptr size) { in tryAlloc() function
49 void *s = tryAlloc(size); in alloc()
54 s = tryAlloc(size); in alloc()
/external/skia/src/core/
DSkAutoPixmapStorage.cpp35 bool SkAutoPixmapStorage::tryAlloc(const SkImageInfo& info) { in tryAlloc() function in SkAutoPixmapStorage
53 if (!this->tryAlloc(info)) { in alloc()
DSkAutoPixmapStorage.h31 bool tryAlloc(const SkImageInfo&);
DSkScalerContext.cpp395 if (!dst.tryAlloc(info)) { in generateMask()
/external/skia/src/gpu/
DGrSWMaskHelper.cpp83 if (!fPixels.tryAlloc(bmImageInfo)) { in init()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp440 if (!dst.tryAlloc(SkImageInfo::MakeA8(devPathBounds.width(), in addDFPathToAtlas()
538 if (!dst.tryAlloc(SkImageInfo::MakeA8(devPathBounds.width(), in addBMPathToAtlas()