Searched refs:UtilsMalloc (Results 1 – 5 of 5) sorted by relevance
21 #define MALLOC UtilsMalloc28 void *UtilsMalloc(size_t size);
26 void *UtilsMalloc(size_t size) in UtilsMalloc() function
42 IMPLEMENT_FUNCTION_WITH_INVOKER(MockMalloc, void *, UtilsMalloc, (size_t size), MockMalloc::Malloc);
28 DECLARE_METHOD(void *, UtilsMalloc, (size_t size));
634 EXPECT_CALL(mock, UtilsMalloc).WillRepeatedly(Return(nullptr));662 EXPECT_CALL(mock, UtilsMalloc).WillOnce(Return(nullptr));