![]() |
My Project
|
Go to the source code of this file.
Functions | |
| omError_t | omTestAddrBin (void *addr, omBin bin, int check_level) |
| omError_t | omTestBinAddr (void *addr, int check_level) |
| omError_t | omTestBinAddrSize (void *addr, size_t size, int check_level) |
| omError_t | omTestAddrSize (void *addr, size_t size, int check_level) |
| omError_t | omTestAddr (void *addr, int check_level) |
| omError_t | omtestAddrSize (void *addr, size_t size, int check_level) |
| omError_t | omtestAddr (void *addr, int check_level) |
| omError_t | omTestAddrAlignedBin (void *addr, omBin bin, int check_level) |
| omError_t | omTestAddrAlignedSize (void *addr, size_t size, int check_level) |
| omError_t | omTestAddrAligned (void *addr, int check_level) |
| omError_t | omtestAddrAlignedSize (void *addr, size_t size, int check_level) |
| omError_t | omtestAddrAligned (void *addr, int check_level) |
| omError_t | omTestBin (omBin bin, int check_level) |
| omError_t | omTestMemory (int check_level) |
| #define omAlloc | ( | size | ) |
Definition at line 210 of file omAllocDecl.h.
| #define omalloc | ( | size | ) |
Definition at line 228 of file omAllocDecl.h.
| #define omAlloc0 | ( | size | ) |
Definition at line 211 of file omAllocDecl.h.
| #define omalloc0 | ( | size | ) |
Definition at line 229 of file omAllocDecl.h.
| #define omAlloc0Aligned omAlloc0 |
Definition at line 274 of file omAllocDecl.h.
| #define omAlloc0Bin | ( | bin | ) |
Definition at line 206 of file omAllocDecl.h.
| #define omAllocAligned omAlloc |
Definition at line 273 of file omAllocDecl.h.
| #define omAllocBin | ( | bin | ) |
Definition at line 205 of file omAllocDecl.h.
| #define omCheckAddr | ( | addr | ) |
Definition at line 328 of file omAllocDecl.h.
| #define omcheckAddr | ( | addr | ) |
Definition at line 330 of file omAllocDecl.h.
| #define omCheckAddrAligned omCheckAddr |
Definition at line 302 of file omAllocDecl.h.
| #define omcheckAddrAligned omcheckAddr |
Definition at line 304 of file omAllocDecl.h.
| #define omCheckAddrAlignedBin omCheckAddrBin |
Definition at line 300 of file omAllocDecl.h.
| #define omCheckAddrAlignedSize omCheckAddrSize |
Definition at line 301 of file omAllocDecl.h.
| #define omcheckAddrAlignedSize omcheckAddrSize |
Definition at line 303 of file omAllocDecl.h.
| #define omCheckAddrBin | ( | addr, | |
| bin ) |
Definition at line 325 of file omAllocDecl.h.
| #define omCheckAddrSize | ( | addr, | |
| size ) |
Definition at line 327 of file omAllocDecl.h.
| #define omcheckAddrSize | ( | addr, | |
| size ) |
Definition at line 329 of file omAllocDecl.h.
| #define omCheckBin | ( | bin | ) |
Definition at line 331 of file omAllocDecl.h.
| #define omCheckBinAddr | ( | addr | ) |
Definition at line 324 of file omAllocDecl.h.
| #define omCheckBinAddrAligned omCheckBinAddr |
Definition at line 299 of file omAllocDecl.h.
| #define omCheckBinAddrSize | ( | addr, | |
| size ) |
Definition at line 326 of file omAllocDecl.h.
| #define omCheckIf | ( | cond, | |
| test ) |
Definition at line 323 of file omAllocDecl.h.
| #define omCheckMemory | ( | ) |
Definition at line 332 of file omAllocDecl.h.
| #define omDebugAddr | ( | addr | ) |
Definition at line 314 of file omAllocDecl.h.
| #define omdebugAddr | ( | addr | ) |
Definition at line 316 of file omAllocDecl.h.
| #define omDebugAddrAligned omDebugAddr |
Definition at line 293 of file omAllocDecl.h.
| #define omdebugAddrAligned omdebugAddr |
Definition at line 295 of file omAllocDecl.h.
| #define omDebugAddrAlignedBin omDebugAddrBin |
Definition at line 291 of file omAllocDecl.h.
| #define omDebugAddrAlignedSize omDebugAddrSize |
Definition at line 292 of file omAllocDecl.h.
| #define omdebugAddrAlignedSize omdebugAddrSize |
Definition at line 294 of file omAllocDecl.h.
| #define omDebugAddrBin | ( | addr, | |
| bin ) |
Definition at line 311 of file omAllocDecl.h.
| #define omDebugAddrSize | ( | addr, | |
| size ) |
Definition at line 313 of file omAllocDecl.h.
| #define omdebugAddrSize | ( | addr, | |
| size ) |
Definition at line 315 of file omAllocDecl.h.
| #define omDebugBin | ( | bin | ) |
Definition at line 317 of file omAllocDecl.h.
| #define omDebugBinAddr | ( | addr | ) |
Definition at line 310 of file omAllocDecl.h.
| #define omDebugBinAddrAligned omDebugBinAddr |
Definition at line 290 of file omAllocDecl.h.
| #define omDebugBinAddrSize | ( | addr, | |
| size ) |
Definition at line 312 of file omAllocDecl.h.
| #define omDebugIf | ( | cond, | |
| test ) |
Definition at line 309 of file omAllocDecl.h.
| #define omDebugMemory | ( | ) |
Definition at line 318 of file omAllocDecl.h.
| #define omFree | ( | addr | ) |
Definition at line 261 of file omAllocDecl.h.
| #define omfree | ( | addr | ) |
Definition at line 237 of file omAllocDecl.h.
| #define omFreeBin | ( | addr, | |
| bin ) |
Definition at line 259 of file omAllocDecl.h.
| #define omFreeBinAddr | ( | addr | ) |
Definition at line 258 of file omAllocDecl.h.
| #define omFreeSize | ( | addr, | |
| size ) |
Definition at line 260 of file omAllocDecl.h.
| #define omfreeSize | ( | addr, | |
| size ) |
Definition at line 236 of file omAllocDecl.h.
| #define omMemDup | ( | s | ) |
Definition at line 264 of file omAllocDecl.h.
| #define omMemDupAligned omMemDup |
Definition at line 286 of file omAllocDecl.h.
| #define omRealloc | ( | addr, | |
| size ) |
Definition at line 225 of file omAllocDecl.h.
| #define omrealloc | ( | addr, | |
| size ) |
Definition at line 233 of file omAllocDecl.h.
| #define omRealloc0 | ( | addr, | |
| size ) |
Definition at line 226 of file omAllocDecl.h.
| #define omrealloc0 | ( | addr, | |
| size ) |
Definition at line 234 of file omAllocDecl.h.
| #define omRealloc0Aligned omRealloc0 |
Definition at line 284 of file omAllocDecl.h.
| #define omRealloc0AlignedSize omRealloc0Size |
Definition at line 279 of file omAllocDecl.h.
| #define omRealloc0Bin | ( | o_addr, | |
| o_bin, | |||
| bin ) |
Definition at line 216 of file omAllocDecl.h.
| #define omRealloc0Size | ( | addr, | |
| o_size, | |||
| size ) |
Definition at line 221 of file omAllocDecl.h.
| #define omrealloc0Size | ( | addr, | |
| o_size, | |||
| size ) |
Definition at line 232 of file omAllocDecl.h.
| #define omReallocAligned omRealloc |
Definition at line 283 of file omAllocDecl.h.
| #define omReallocAlignedSize omReallocSize |
Definition at line 278 of file omAllocDecl.h.
| #define omReallocBin | ( | o_addr, | |
| o_bin, | |||
| bin ) |
Definition at line 215 of file omAllocDecl.h.
| #define omReallocSize | ( | addr, | |
| o_size, | |||
| size ) |
Definition at line 220 of file omAllocDecl.h.
| #define omreallocSize | ( | addr, | |
| o_size, | |||
| size ) |
Definition at line 231 of file omAllocDecl.h.
| #define omStrDup | ( | s | ) |
Definition at line 263 of file omAllocDecl.h.
| #define omTestIf | ( | cond, | |
| statement ) |
Definition at line 352 of file omAllocDecl.h.
| #define omTypeAlloc | ( | type, | |
| addr, | |||
| size ) |
Definition at line 208 of file omAllocDecl.h.
| #define omTypeAlloc0 | ( | type, | |
| addr, | |||
| size ) |
Definition at line 209 of file omAllocDecl.h.
| #define omTypeAlloc0Aligned omTypeAlloc0 |
Definition at line 272 of file omAllocDecl.h.
| #define omTypeAlloc0Bin | ( | type, | |
| addr, | |||
| bin ) |
Definition at line 204 of file omAllocDecl.h.
| #define omTypeAllocAligned omTypeAlloc |
Definition at line 271 of file omAllocDecl.h.
| #define omTypeAllocBin | ( | type, | |
| addr, | |||
| bin ) |
Definition at line 203 of file omAllocDecl.h.
| #define omTypeRealloc | ( | o_addr, | |
| type, | |||
| addr, | |||
| size ) |
Definition at line 223 of file omAllocDecl.h.
| #define omTypeRealloc0 | ( | o_addr, | |
| type, | |||
| addr, | |||
| size ) |
Definition at line 224 of file omAllocDecl.h.
| #define omTypeRealloc0Aligned omTypeRealloc0 |
Definition at line 282 of file omAllocDecl.h.
| #define omTypeRealloc0AlignedSize omTypeRealloc0Size |
Definition at line 277 of file omAllocDecl.h.
| #define omTypeRealloc0Bin | ( | o_addr, | |
| o_bin, | |||
| type, | |||
| addr, | |||
| bin ) |
Definition at line 214 of file omAllocDecl.h.
| #define omTypeRealloc0Size | ( | o_addr, | |
| o_size, | |||
| type, | |||
| addr, | |||
| size ) |
Definition at line 219 of file omAllocDecl.h.
| #define omTypeReallocAligned omTypeRealloc |
Definition at line 281 of file omAllocDecl.h.
| #define omTypeReallocAlignedSize omTypeReallocSize |
Definition at line 276 of file omAllocDecl.h.
| #define omTypeReallocBin | ( | o_addr, | |
| o_bin, | |||
| type, | |||
| addr, | |||
| bin ) |
Definition at line 213 of file omAllocDecl.h.
| #define omTypeReallocSize | ( | o_addr, | |
| o_size, | |||
| type, | |||
| addr, | |||
| size ) |
Definition at line 218 of file omAllocDecl.h.
| omError_t omTestAddr | ( | void * | addr, |
| int | check_level ) |
Definition at line 56 of file omDebug.c.
| omError_t omtestAddr | ( | void * | addr, |
| int | check_level ) |
| omError_t omTestAddrAligned | ( | void * | addr, |
| int | check_level ) |
| omError_t omtestAddrAligned | ( | void * | addr, |
| int | check_level ) |
| omError_t omTestAddrAlignedSize | ( | void * | addr, |
| size_t | size, | ||
| int | check_level ) |
| omError_t omtestAddrAlignedSize | ( | void * | addr, |
| size_t | size, | ||
| int | check_level ) |
| omError_t omTestAddrSize | ( | void * | addr, |
| size_t | size, | ||
| int | check_level ) |
| omError_t omtestAddrSize | ( | void * | addr, |
| size_t | size, | ||
| int | check_level ) |
| omError_t omTestBinAddr | ( | void * | addr, |
| int | check_level ) |
| omError_t omTestBinAddrSize | ( | void * | addr, |
| size_t | size, | ||
| int | check_level ) |