Home
last modified time | relevance | path

Searched defs:UncheckedCalloc (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/cctest/
Dtest_util.cc129 TEST(UtilTest, UncheckedCalloc) { in TEST() argument
/third_party/node/src/
Dutil-inl.h368 inline T* UncheckedCalloc(size_t n) { in UncheckedCalloc() function
398 inline char* UncheckedCalloc(size_t n) { return UncheckedCalloc<char>(n); } in UncheckedCalloc() function