DebugAssert        73 core/suba.c                DebugAssert("Corrupt cell header", ln);
DebugAssert        78 core/suba.c        DebugAssert(buf, ln);
DebugAssert       141 core/suba.c            DebugAssert("check_stats TakeSemaphore fail", __LINE__);
DebugAssert       186 core/suba.c            DebugAssert(buf, __LINE__);
DebugAssert       192 core/suba.c            DebugAssert(buf, __LINE__);
DebugAssert       198 core/suba.c            DebugAssert(buf, __LINE__);
DebugAssert       209 core/suba.c                DebugAssert("suba_getmeminfo BAD MAGIC", __LINE__);
DebugAssert       240 core/suba.c            DebugAssert("suba_getmeminfo TakeSemaphore fail", __LINE__);
DebugAssert       251 core/suba.c    		DebugAssert("Invalid parameters to 'suba_init'", __LINE__);
DebugAssert       359 core/suba.c            DebugAssert("suba_alloc TakeSemaphore fail", __LINE__);
DebugAssert       382 core/suba.c            DebugAssert("Trying to free bad block", __LINE__);
DebugAssert       430 core/suba.c            DebugAssert("suba_free TakeSemaphore fail", __LINE__);
DebugAssert        11 include/semaphore.h extern void DebugAssert(char*, int);
DebugAssert       366 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void DebugAssert(int x, char *file, int line);
DebugAssert       370 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void DebugAssert(char *file, int line);