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