Searched refs:callMalloc (Results 1 – 1 of 1) sorted by relevance
11 template <typename T> int callMalloc();19 return callMalloc<MyType>() + callCalloc<MyType, 4>(); in testIt()24 template <typename T> int callMalloc() { in callMalloc() function