22 |
*/ |
*/ |
23 |
|
|
24 |
#include <stdio.h> |
#include <stdio.h> |
25 |
|
#include "utilities/ascConfig.h" |
26 |
#ifdef __WIN32__ |
#ifdef __WIN32__ |
27 |
#include <io.h> |
#include <io.h> |
28 |
#endif |
#endif |
|
#include "utilities/ascConfig.h" |
|
29 |
#include "utilities/ascMalloc.h" |
#include "utilities/ascMalloc.h" |
30 |
#include "utilities/ascPanic.h" |
#include "utilities/ascPanic.h" |
31 |
#include "CUnit/CUnit.h" |
#include "CUnit/CUnit.h" |
260 |
CU_TEST(1 == AllocatedMemory(p_str1, 0)); |
CU_TEST(1 == AllocatedMemory(p_str1, 0)); |
261 |
#endif |
#endif |
262 |
|
|
263 |
/* ascstatus(), ascstatus_detail(), ascshutdown() - reporting functions, not tested */ |
/* ascstatus(), ascstatus_detail() - reporting functions, not tested */ |
264 |
|
/* ascshutdown() - do not call here or will result in closure of test memory log */ |
265 |
/* ascmeminuse() - tested adequately by other tests */ |
/* ascmeminuse() - tested adequately by other tests */ |
266 |
|
|
267 |
/* test asccalloc() */ |
/* test asccalloc() */ |