Searched defs:UncheckedCalloc (Results 1 – 2 of 2) sorted by relevance
129 TEST(UtilTest, UncheckedCalloc) { in TEST() argument
368 inline T* UncheckedCalloc(size_t n) { in UncheckedCalloc() function398 inline char* UncheckedCalloc(size_t n) { return UncheckedCalloc<char>(n); } in UncheckedCalloc() function