#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 13 of file rpmmalloc.c. References _, and EXIT_FAILURE. |
|
Definition at line 34 of file rpmmalloc.c. References vmefail. Referenced by addIndexEntry, addTriggerIndex, alCreate, allocateExtensionCache, alMakeIndex, db3New, dbiIndexNewItem, dbiTagsInit, defaultMachine, fssizesTag, ftpNLST, genCpioListAndHeader, generateDepends, getFilesystemList, headerGetLangs, headerLoad, headerNew, htCreate, IDTXnew, ignoreDep, main, newPackage, newRpmdb, newSpec, newStringBuf, parseFormat, parseSpec, pgpNewDig, processSourceFiles, rpmdbAppendIterator, rpmdbFindByFile, rpmdbFindFpList, rpmdbInitIterator, rpmdbSetIteratorRE, rpmdepCheck, rpmDigestDup, rpmDigestInit, rpmGetFilesystemUsage, rpmGetRpmlibProvides, rpmReadPackageManifest, and rpmtransCreateSet. |
|
|
Definition at line 45 of file rpmmalloc.c. References vmefail. Referenced by addCanon, addDefault, addFile, alAddPackage, alAllFileSatisfiesDepend, alAllSatisfiesDepend, appendStringBufAux, buildArgCallback, checkPackageDeps, currentDirectory, dbiAppendSet, dbiTagsInit, expandMacroTable, formatValue, ftpNLST, generateDepends, getFilesystemList, gidToGname, gnameToGid, headerAddEntry, headerAddI18NString, headerAppendEntry, headerSprintf, htAddEntry, IDTXgrow, installArgCallback, machAddEquiv, machCompatCacheAdd, main, parseForLang, queryArgCallback, readLine, removePackage, rpmdbGrowIterator, rpmdbSetIteratorRE, rpmdepCheck, rpmGlob, rpmInstall, rpmtransAddPackage, showQueryPackage, singleSprintf, stashSt, triggercondsTag, uidToUname, unameToUid, and urlFind. |
|