Searched defs:UncheckedCalloc (Results 1 – 2 of 2) sorted by relevance
12 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc() function
408 TEST_F(OutOfMemoryHandledTest, UncheckedCalloc) { in TEST_F() argument