Searched defs:UncheckedMalloc (Results 1 – 2 of 2) sorted by relevance
122 TEST(UtilTest, UncheckedMalloc) { in TEST() argument
363 inline T* UncheckedMalloc(size_t n) { in UncheckedMalloc() function397 inline char* UncheckedMalloc(size_t n) { return UncheckedMalloc<char>(n); } in UncheckedMalloc() function