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) |
Definition at line 210 of file omAllocDecl.h.
Definition at line 228 of file omAllocDecl.h.
Definition at line 211 of file omAllocDecl.h.
Definition at line 229 of file omAllocDecl.h.
#define omAlloc0Aligned omAlloc0 |
Definition at line 274 of file omAllocDecl.h.
#define omAlloc0Bin | ( | bin | ) | _omAlloc0Bin(bin) |
Definition at line 206 of file omAllocDecl.h.
#define omAllocAligned omAlloc |
Definition at line 273 of file omAllocDecl.h.
#define omAllocBin | ( | bin | ) | _omAllocBin(bin) |
Definition at line 205 of file omAllocDecl.h.
Definition at line 328 of file omAllocDecl.h.
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.
Definition at line 325 of file omAllocDecl.h.
Definition at line 327 of file omAllocDecl.h.
Definition at line 329 of file omAllocDecl.h.
Definition at line 331 of file omAllocDecl.h.
Definition at line 324 of file omAllocDecl.h.
#define omCheckBinAddrAligned omCheckBinAddr |
Definition at line 299 of file omAllocDecl.h.
Definition at line 326 of file omAllocDecl.h.
Definition at line 323 of file omAllocDecl.h.
Definition at line 332 of file omAllocDecl.h.
Definition at line 314 of file omAllocDecl.h.
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.
Definition at line 311 of file omAllocDecl.h.
Definition at line 313 of file omAllocDecl.h.
Definition at line 315 of file omAllocDecl.h.
Definition at line 317 of file omAllocDecl.h.
Definition at line 310 of file omAllocDecl.h.
#define omDebugBinAddrAligned omDebugBinAddr |
Definition at line 290 of file omAllocDecl.h.
Definition at line 312 of file omAllocDecl.h.
Definition at line 309 of file omAllocDecl.h.
Definition at line 318 of file omAllocDecl.h.
Definition at line 237 of file omAllocDecl.h.
#define omFree | ( | addr | ) | __omFree(addr) |
Definition at line 261 of file omAllocDecl.h.
#define omFreeBin | ( | addr, | |
bin | |||
) | __omFreeBinAddr(addr) |
Definition at line 259 of file omAllocDecl.h.
#define omFreeBinAddr | ( | addr | ) | __omFreeBinAddr(addr) |
Definition at line 258 of file omAllocDecl.h.
Definition at line 236 of file omAllocDecl.h.
#define omFreeSize | ( | addr, | |
size | |||
) | __omFreeSize(addr,size) |
Definition at line 260 of file omAllocDecl.h.
Definition at line 264 of file omAllocDecl.h.
#define omMemDupAligned omMemDup |
Definition at line 286 of file omAllocDecl.h.
#define omRealloc | ( | addr, | |
size | |||
) | _omRealloc(addr,size) |
Definition at line 225 of file omAllocDecl.h.
#define omrealloc | ( | addr, | |
size | |||
) | _omrealloc(addr, size) |
Definition at line 233 of file omAllocDecl.h.
#define omRealloc0 | ( | addr, | |
size | |||
) | _omRealloc0(addr,size) |
Definition at line 226 of file omAllocDecl.h.
#define omrealloc0 | ( | addr, | |
size | |||
) | _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 | |||
) | _omRealloc0Bin(o_addr,o_bin,bin) |
Definition at line 216 of file omAllocDecl.h.
#define omRealloc0Size | ( | addr, | |
o_size, | |||
size | |||
) | _omRealloc0Size(addr,o_size,size) |
Definition at line 221 of file omAllocDecl.h.
#define omrealloc0Size | ( | addr, | |
o_size, | |||
size | |||
) | _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 | |||
) | _omReallocBin(o_addr,o_bin,bin) |
Definition at line 215 of file omAllocDecl.h.
#define omReallocSize | ( | addr, | |
o_size, | |||
size | |||
) | _omReallocSize(addr,o_size,size) |
Definition at line 220 of file omAllocDecl.h.
#define omreallocSize | ( | addr, | |
o_size, | |||
size | |||
) | _omreallocSize(addr,o_size,size) |
Definition at line 231 of file omAllocDecl.h.
Definition at line 263 of file omAllocDecl.h.
Definition at line 352 of file omAllocDecl.h.
#define omTypeAlloc | ( | type, | |
addr, | |||
size | |||
) | __omTypeAlloc(type,addr,size) |
Definition at line 208 of file omAllocDecl.h.
#define omTypeAlloc0 | ( | type, | |
addr, | |||
size | |||
) | __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 | |||
) | __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 | |||
) | __omTypeAllocBin(type,addr,bin) |
Definition at line 203 of file omAllocDecl.h.
#define omTypeRealloc | ( | o_addr, | |
type, | |||
addr, | |||
size | |||
) | __omTypeRealloc(o_addr,type,addr,size) |
Definition at line 223 of file omAllocDecl.h.
#define omTypeRealloc0 | ( | o_addr, | |
type, | |||
addr, | |||
size | |||
) | __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 | |||
) | __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 | |||
) | __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 | |||
) | __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 | |||
) | __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 | ||
) |
Definition at line 73 of file omDebug.c.
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 | ||
) |