__LINE__ 106 core/suba.c cell* c = check_cell(suba, &suba->head, "suba_getmeminfo", __LINE__); __LINE__ 112 core/suba.c c = check_cell(suba, c->next, "suba_getmeminfo", __LINE__); __LINE__ 141 core/suba.c DebugAssert("check_stats TakeSemaphore fail", __LINE__); __LINE__ 171 core/suba.c cell* c = check_cell(suba, &suba->head, "check_stats", __LINE__); __LINE__ 177 core/suba.c c = check_cell(suba, c->next, "check_stats", __LINE__); __LINE__ 186 core/suba.c DebugAssert(buf, __LINE__); __LINE__ 192 core/suba.c DebugAssert(buf, __LINE__); __LINE__ 198 core/suba.c DebugAssert(buf, __LINE__); __LINE__ 209 core/suba.c DebugAssert("suba_getmeminfo BAD MAGIC", __LINE__); __LINE__ 215 core/suba.c cell* c = check_cell(suba, &suba->head, "suba_getmeminfo", __LINE__); __LINE__ 219 core/suba.c c = check_cell(suba, c->next, "suba_getmeminfo", __LINE__); __LINE__ 240 core/suba.c DebugAssert("suba_getmeminfo TakeSemaphore fail", __LINE__); __LINE__ 251 core/suba.c DebugAssert("Invalid parameters to 'suba_init'", __LINE__); __LINE__ 319 core/suba.c this_cell = check_cell(suba, prev_cell->next, "suba_alloc", __LINE__); __LINE__ 322 core/suba.c this_cell = check_cell(suba, this_cell->next, "suba_alloc", __LINE__); __LINE__ 359 core/suba.c DebugAssert("suba_alloc TakeSemaphore fail", __LINE__); __LINE__ 380 core/suba.c check_cell(suba, this_cell, "suba_free", __LINE__); __LINE__ 382 core/suba.c DebugAssert("Trying to free bad block", __LINE__); __LINE__ 398 core/suba.c prev_cell = check_cell(suba, prev_cell->next, "suba_free", __LINE__); __LINE__ 400 core/suba.c cell* next_cell = check_cell(suba, prev_cell->next, "suba_free", __LINE__); __LINE__ 430 core/suba.c DebugAssert("suba_free TakeSemaphore fail", __LINE__); __LINE__ 45 include/debug.h #define PROFILER(s) debug_profiler(__FILE__, __LINE__, __FUNCTION__, s) __LINE__ 47 include/debug.h #define PROFILERB(a) debug_profiler(__FILE__, __LINE__, __FUNCTION__, "b " #a) __LINE__ 48 include/debug.h #define PROFILERE(a) debug_profiler(__FILE__, __LINE__, __FUNCTION__, "e " #a) __LINE__ 797 lib/lua/luaconf.h #define lua_assert(x) ((x)?(void)0:dbg_dump_assert("A/LUAASRT.DMP",#x,__FILE__,__LINE__)) __LINE__ 445 tools/elf2flt/elfflt.c if (ret != sizeof(shdr)) { PRINTERR(stderr, "input error at %s:%d :loaded%d",__FILE__,__LINE__,ret);return ELFFLT_INPUT_ERROR;} __LINE__ 451 tools/elf2flt/elfflt.c if (ret != sizeof(name)) {PRINTERR(stderr, "input error at %s:%d",__FILE__,__LINE__); return ELFFLT_INPUT_ERROR;}