#include "system.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
void* | vmefail (size_t size) |
void* | xmalloc (size_t size) |
void* | xcalloc (size_t nmemb, size_t size) |
void* | xrealloc (void *ptr, size_t size) |
char* | xstrdup (const char *str) |
Definition in file rpmmalloc.c.
|
Definition at line 12 of file rpmmalloc.c. Referenced by xcalloc(), xmalloc(), xrealloc(), and xstrdup(). |
|
Definition at line 34 of file rpmmalloc.c. Referenced by XfdNew(), addIndexEntry(), alCreate(), alMakeIndex(), allocateExtensionCache(), assembleFileList(), checkResponse(), dbiIndexNewItem(), dbiTagsInit(), defaultMachine(), fssizesTag(), ftpNLST(), getFilesystemList(), headerGetLangs(), headerLoad(), headerNew(), htCreate(), main(), mergeFiles(), newHardLink(), newRpmdb(), newStringBuf(), parseFormat(), rpmDigestInit(), rpmGetFilesystemUsage(), rpmInstall(), rpmRunTransactions(), rpmdbAppendIterator(), rpmdbFindByFile(), rpmdbFindFpList(), rpmdbInitIterator(), rpmdepCheck(), and rpmtransCreateSet(). |
|
|
Definition at line 45 of file rpmmalloc.c. Referenced by addCanon(), addDefault(), addFile(), alAddPackage(), appendStringBufAux(), buildArgCallback(), checkDirectory(), checkPackageDeps(), currentDirectory(), dbiAppendSet(), dbiTagsInit(), expandMacroTable(), ftpNLST(), getFilesystemList(), gidToGname(), gnameToGid(), handleInstInstalledFiles(), handleOverlappedFiles(), headerAddEntry(), headerAddI18NString(), headerAppendEntry(), headerSprintf(), htAddEntry(), machAddEquiv(), machCompatCacheAdd(), main(), parseForLang(), psAppend(), queryArgCallback(), readLine(), relocateFileList(), removePackage(), rpmGlob(), rpmInstall(), rpmdbGrowIterator(), rpmdepCheck(), rpmtransAddPackage(), showQueryPackage(), singleSprintf(), stashSt(), triggercondsTag(), uidToUname(), unameToUid(), urlFind(), and vrpmlog(). |
|