OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sk_malloc_nothrow
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/skia/ext/
SkMemory_new_handler.cpp
54
static void*
sk_malloc_nothrow
(size_t size) {
function
75
return
sk_malloc_nothrow
(size);
82
// Jump through the same hoops as
sk_malloc_nothrow
to avoid a crash, but for calloc.
Completed in 117 milliseconds