Searched refs:smallObj (Results 1 – 1 of 1) sorted by relevance
482 void *smallObj = pool_malloc(fixedPool, 10); in TestPools() local483 REQUIRE_MESSAGE(smallObj, "Memory was not allocated"); in TestPools()484 memset(smallObj, 1, 10); in TestPools()495 pool_free(fixedPool, smallObj); in TestPools()