Searched defs:UncheckedCalloc (Results 1 – 3 of 3) sorted by relevance
36 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
39 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
513 TEST_F(OutOfMemoryHandledTest, UncheckedCalloc) { in TEST_F() argument