![]() |
Go to the source code of this file.
Functions | |
| static omError_t | omDoCheckLargeAddr (void *addr, void *bin_size, omTrackFlags_t flags, char level, omError_t report, OM_FLR_DECL) |
| omError_t | omDoCheckBin (omBin bin, int normal_bin, char level, omError_t report, OM_FLR_DECL) |
| static omError_t | omDoCheckBinPage (omBinPage page, int normal_page, int level, omError_t report, OM_FLR_DECL) |
| static void | _omPrintAddrInfo (FILE *fd, omError_t error, void *addr, void *bin_size, omTrackFlags_t flags, int max_frames, const char *s) |
| omError_t | _omCheckAddr (void *addr, void *size_bin, omTrackFlags_t flags, char check, omError_t report, OM_FLR_DECL) |
| omError_t | _omCheckBin (omBin bin, int what_bin, char check, omError_t report, OM_FLR_DECL) |
| omError_t | _omCheckMemory (char check, omError_t report, OM_FLR_DECL) |
| omError_t | omCheckPtr (const void *ptr, omError_t report, OM_FLR_DECL) |
| omError_t | omDoCheckAddr (void *addr, void *bin_size, omTrackFlags_t flags, char level, omError_t report, OM_FLR_DECL) |
| omError_t | omDoCheckBinAddr (void *addr, void *bin_size, omTrackFlags_t flags, char level, omError_t report, OM_FLR_DECL) |
| omError_t | omReportAddrError (omError_t error, omError_t report_error, void *addr, void *bin_size, omTrackFlags_t flags, OM_FLR_DECL, const char *fmt,...) |
| void | omPrintAddrInfo (FILE *fd, void *addr, const char *s) |
| void | omIterateTroughBinAddrs (omBin bin, void(*CallBackUsed)(void *), void(*CallBackFree)(void *)) |
| void | omIterateTroughAddrs (int normal, int track, void(*CallBackUsed)(void *), void(*CallBackFree)(void *)) |
| static void | _omPrintUsedAddr (void *addr) |
| void | omPrintUsedAddrs (FILE *fd, int max) |
| void | omPrintUsedTrackAddrs (FILE *fd, int max) |
Variables | |
| unsigned long | om_MaxAddr = 0 |
| unsigned long | om_MinAddr = ULONG_MAX |
| static FILE * | om_print_used_addr_fd |
| static size_t | om_total_used_size |
| static unsigned long | om_total_used_blocks |
| static int | om_print_frames |
| omError_t _omCheckAddr | ( | void * | addr, |
| void * | size_bin, | ||
| omTrackFlags_t | flags, | ||
| char | check, | ||
| omError_t | report, | ||
| OM_FLR_DECL | |||
| ) |
Definition at line 36 of file omDebugCheck.c.
Definition at line 49 of file omDebugCheck.c.
Definition at line 58 of file omDebugCheck.c.
|
static |
Definition at line 420 of file omDebugCheck.c.
|
static |
Definition at line 543 of file omDebugCheck.c.
Definition at line 136 of file omDebugCheck.c.
| omError_t omDoCheckAddr | ( | void * | addr, |
| void * | bin_size, | ||
| omTrackFlags_t | flags, | ||
| char | level, | ||
| omError_t | report, | ||
| OM_FLR_DECL | |||
| ) |
Definition at line 146 of file omDebugCheck.c.
Definition at line 253 of file omDebugCheck.c.
| omError_t omDoCheckBinAddr | ( | void * | addr, |
| void * | bin_size, | ||
| omTrackFlags_t | flags, | ||
| char | level, | ||
| omError_t | report, | ||
| OM_FLR_DECL | |||
| ) |
Definition at line 198 of file omDebugCheck.c.
|
static |
Definition at line 336 of file omDebugCheck.c.
|
static |
Definition at line 179 of file omDebugCheck.c.
| void omIterateTroughAddrs | ( | int | normal, |
| int | track, | ||
| void(*)(void *) | CallBackUsed, | ||
| void(*)(void *) | CallBackFree | ||
| ) |
Definition at line 495 of file omDebugCheck.c.
| void omIterateTroughBinAddrs | ( | omBin | bin, |
| void(*)(void *) | CallBackUsed, | ||
| void(*)(void *) | CallBackFree | ||
| ) |
Definition at line 456 of file omDebugCheck.c.
| void omPrintAddrInfo | ( | FILE * | fd, |
| void * | addr, | ||
| const char * | s | ||
| ) |
Definition at line 445 of file omDebugCheck.c.
| void omPrintUsedAddrs | ( | FILE * | fd, |
| int | max | ||
| ) |
Definition at line 557 of file omDebugCheck.c.
| void omPrintUsedTrackAddrs | ( | FILE * | fd, |
| int | max | ||
| ) |
Definition at line 568 of file omDebugCheck.c.
| omError_t omReportAddrError | ( | omError_t | error, |
| omError_t | report_error, | ||
| void * | addr, | ||
| void * | bin_size, | ||
| omTrackFlags_t | flags, | ||
| OM_FLR_DECL | , | ||
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 394 of file omDebugCheck.c.
| unsigned long om_MaxAddr = 0 |
Definition at line 19 of file omDebugCheck.c.
| unsigned long om_MinAddr = ULONG_MAX |
Definition at line 20 of file omDebugCheck.c.
|
static |
Definition at line 541 of file omDebugCheck.c.
|
static |
Definition at line 538 of file omDebugCheck.c.
|
static |
Definition at line 540 of file omDebugCheck.c.
|
static |
Definition at line 539 of file omDebugCheck.c.