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