Home
last modified time | relevance | path

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

/third_party/cJSON/tests/unity/extras/fixture/test/
Dunity_fixture_TestRunner.c51 TEST_GROUP_RUNNER(InternalMalloc) in TEST_GROUP_RUNNER() argument
Dunity_fixture_Test.c487 TEST_SETUP(InternalMalloc) { } in TEST_SETUP() argument
488 TEST_TEAR_DOWN(InternalMalloc) { } in TEST_TEAR_DOWN() argument
490 TEST(InternalMalloc, MallocPastBufferFails) in TEST() argument
502 TEST(InternalMalloc, CallocPastBufferFails) in TEST() argument
514 TEST(InternalMalloc, MallocThenReallocGrowsMemoryInPlace) in TEST() argument
526 TEST(InternalMalloc, ReallocFailDoesNotFreeMem) in TEST() argument