Home
last modified time | relevance | path

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

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