Searched defs:SK_MALLOC_THROW (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/private/
H A DSkMalloc.h41 SK_MALLOC_THROW = 1 << 1, enumerator in enum:__anon20597
46 * on the SK_MALLOC_THROW bit. If the allocation succeeds, the memory will be zero-initialized
59 return sk_malloc_flags(size, SK_MALLOC_THROW);
63 return sk_malloc_flags(size, SK_MALLOC_THROW | SK_MALLOC_ZERO_INITIALIZE);
/external/skqp/include/private/
H A DSkMalloc.h41 SK_MALLOC_THROW = 1 << 1, enumerator in enum:__anon21266
46 * on the SK_MALLOC_THROW bit. If the allocation succeeds, the memory will be zero-initialized
59 return sk_malloc_flags(size, SK_MALLOC_THROW);
63 return sk_malloc_flags(size, SK_MALLOC_THROW | SK_MALLOC_ZERO_INITIALIZE);

Completed in 161 milliseconds