#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. References _, and EXIT_FAILURE. |
|
Definition at line 34 of file rpmmalloc.c. References vmefail. Referenced by addIndexEntry, alCreate, allocateExtensionCache, alMakeIndex, db3New, dbiIndexNewItem, dbiTagsInit, defaultMachine, fssizesTag, ftpNLST, genCpioListAndHeader, generateDepends, getFilesystemList, headerGetLangs, headerLoad, headerNew, htCreate, IDTXnew, main, newRpmdb, newSpec, newStringBuf, parseFormat, processSourceFiles, rpmdbAppendIterator, rpmdbFindByFile, rpmdbFindFpList, rpmdbInitIterator, rpmdbSetIteratorRE, rpmdepCheck, rpmDigestInit, rpmGetFilesystemUsage, rpmGetRpmlibProvides, rpmReadPackageManifest, and rpmtransCreateSet. |
|
|
|