Home
last modified time | relevance | path

Searched defs:UncheckedCalloc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/process/
H A Dmemory.cc33 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
H A Dmemory_stubs.cc35 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
H A Dmemory_unittest.cc689 TEST_F(OutOfMemoryHandledTest, UncheckedCalloc) { in TEST_F() argument
/aosp_15_r20/external/libchrome/base/process/
H A Dmemory.cc36 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
H A Dmemory_stubs.cc39 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
H A Dmemory_unittest.cc513 TEST_F(OutOfMemoryHandledTest, UncheckedCalloc) { in TEST_F() argument