Searched defs:UncheckedCalloc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/base/process/ |
H A D | memory.cc | 33 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
|
H A D | memory_stubs.cc | 35 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
|
H A D | memory_unittest.cc | 689 TEST_F(OutOfMemoryHandledTest, UncheckedCalloc) { in TEST_F() argument
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | memory.cc | 36 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
|
H A D | memory_stubs.cc | 39 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
|
H A D | memory_unittest.cc | 513 TEST_F(OutOfMemoryHandledTest, UncheckedCalloc) { in TEST_F() argument
|