OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tryAlloc
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_persistent_allocator.h
29
void *
tryAlloc
(uptr size);
35
inline void *PersistentAllocator::
tryAlloc
(uptr size) {
49
void *s =
tryAlloc
(size);
54
s =
tryAlloc
(size);
/external/skia/src/core/
SkPixmap.cpp
290
bool SkAutoPixmapStorage::
tryAlloc
(const SkImageInfo& info) {
308
if (!this->
tryAlloc
(info)) {
SkScalerContext.cpp
412
if (!dst.
tryAlloc
(info)) {
/external/skia/include/core/
SkPixmap.h
198
* when this object is destroyed, or if another call to
tryAlloc
() or alloc() is made.
202
bool
tryAlloc
(const SkImageInfo&);
207
* or if another call to
tryAlloc
() or alloc() is made.
/external/skia/src/gpu/
GrSWMaskHelper.cpp
212
if (!fPixels.
tryAlloc
(bmImageInfo)) {
/external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.cpp
366
if (!dst.
tryAlloc
(SkImageInfo::MakeA8(devPathBounds.width(),
Completed in 173 milliseconds