Searched defs:heap_check_point (Results 1 - 1 of 1) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1486 const void* const heap_check_point) {
1487 const ListNode * const check_point = heap_check_point ?
1488 heap_check_point : check_point_allocated_blocks();
1483 _run_test( const char * const function_name, const UnitTestFunction Function, void ** const state, const UnitTestFunctionType function_type, const void* const heap_check_point) argument

Completed in 735 milliseconds