|
rpm
5.4.10
|

Go to the source code of this file.
| #define ANNOTATE_BARRIER_INIT | ( | barrier, | |
| count, | |||
| reinitialization_allowed | |||
| ) |
| #define ANNOTATE_BENIGN_RACE | ( | _a, | |
| _b | |||
| ) |
Definition at line 159 of file debug.h.
Referenced by ctxGetPool(), and headerGetPool().
| #define ANNOTATE_HAPPENS_AFTER | ( | _obj | ) |
Definition at line 143 of file debug.h.
Referenced by rpmioFreePoolItem(), and rpmioUnlinkPoolItem().
| #define ANNOTATE_HAPPENS_BEFORE | ( | _obj | ) |
Definition at line 142 of file debug.h.
Referenced by rpmioLinkPoolItem().
| #define ANNOTATE_IGNORE_READS_AND_WRITES_BEGIN | ( | ) |
Definition at line 166 of file debug.h.
Referenced by open_dso().
| #define ANNOTATE_IGNORE_READS_AND_WRITES_END | ( | ) |
Definition at line 167 of file debug.h.
Referenced by open_dso().
| #define DRD_xcalloc | ( | _nmemb, | |
| _size | |||
| ) | xcalloc(_nmemb, _size) |
Definition at line 174 of file debug.h.
Referenced by headerLoad(), rpmDigestInit(), rpmHmacInit(), and rpmvfNew().
| #define DRD_xmalloc | ( | _nb | ) | xmalloc(_nb) |
Definition at line 173 of file debug.h.
Referenced by copyEntry(), rpmDigestDup(), rpmDigestFinal(), and rpmheRealloc().
| #define DRD_xrealloc | ( | _ptr, | |
| _size | |||
| ) | xrealloc(_ptr, _size) |
Definition at line 175 of file debug.h.
Referenced by gidToGname(), gnameToGid(), uidToUname(), and unameToUid().
| #define DRD_xstrdup | ( | _str | ) | xstrdup(_str) |
Definition at line 176 of file debug.h.
Referenced by rpmGetPath().
| #define UNLIKELY | ( | value | ) | (value) |
| #define VALGRIND_CHECK_MEM_IS_ADDRESSABLE | ( | _qzz_addr, | |
| _qzz_len | |||
| ) |
| #define VALGRIND_CHECK_MEM_IS_DEFINED | ( | _qzz_addr, | |
| _qzz_len | |||
| ) |
| #define VALGRIND_COUNT_LEAK_BLOCKS | ( | leaked, | |
| dubious, | |||
| reachable, | |||
| suppressed | |||
| ) |
| #define VALGRIND_COUNT_LEAKS | ( | leaked, | |
| dubious, | |||
| reachable, | |||
| suppressed | |||
| ) |
| #define VALGRIND_CREATE_BLOCK | ( | _qzz_addr, | |
| _qzz_len, | |||
| _qzz_desc | |||
| ) |
| #define VALGRIND_CREATE_MEMPOOL | ( | pool, | |
| rzB, | |||
| is_zeroed | |||
| ) |
Definition at line 85 of file debug.h.
Referenced by rpmioNewPool().
| #define VALGRIND_DESTROY_MEMPOOL | ( | pool | ) |
Definition at line 86 of file debug.h.
Referenced by rpmioFreePool().
| #define VALGRIND_DISCARD_TRANSLATIONS | ( | _qzz_addr, | |
| _qzz_len | |||
| ) |
| #define VALGRIND_HG_BARRIER_INIT_PRE | ( | _bar, | |
| _count, | |||
| _resizable | |||
| ) |
| #define VALGRIND_HG_CLEAN_MEMORY | ( | _qzz_start, | |
| _qzz_len | |||
| ) |
Definition at line 131 of file debug.h.
Referenced by rpmioFreePool(), and rpmioFreePoolItem().
| #define VALGRIND_HG_CLEAN_MEMORY_HEAPBLOCK | ( | _qzz_blockstart | ) |
| #define VALGRIND_HG_DISABLE_CHECKING | ( | _qzz_start, | |
| _qzz_len | |||
| ) |
| #define VALGRIND_HG_ENABLE_CHECKING | ( | _qzz_start, | |
| _qzz_len | |||
| ) |
| #define VALGRIND_MAKE_MEM_DEFINED_IF_ADDRESSABLE | ( | _qzz_addr, | |
| _qzz_len | |||
| ) |
| #define VALGRIND_MALLOCLIKE_BLOCK | ( | addr, | |
| sizeB, | |||
| rzB, | |||
| is_zeroed | |||
| ) |
| #define VALGRIND_MEMPOOL_ALLOC | ( | pool, | |
| addr, | |||
| size | |||
| ) |
Definition at line 87 of file debug.h.
Referenced by rpmioGetPool().
| #define VALGRIND_MEMPOOL_FREE | ( | pool, | |
| addr | |||
| ) |
Definition at line 88 of file debug.h.
Referenced by rpmioFreePoolItem().
1.8.1.2