HomeSort by relevance Sort by last modified time
    Searched refs:UncheckedCalloc (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/process/
memory_stubs.cc 39 bool UncheckedCalloc(size_t num_items, size_t size, void** result) {
memory.cc 36 bool UncheckedCalloc(size_t num_items, size_t size, void** result) {
memory.h 77 BASE_EXPORT WARN_UNUSED_RESULT bool UncheckedCalloc(size_t num_items,

Completed in 94 milliseconds