Malloc
void *Malloc(size_t, const char *, int);
#define malloc(x) Malloc(x, __FILE__, __LINE__)
#define malloc(x) Malloc(x, NULL, 0)
if ((res = Malloc(bytes, file, line)) != NULL) {
if ((res = Malloc(size, file, line)) != NULL) {
f = Malloc(strlen(P) + strlen(NAME_ALLOW) +
if ((buf = Malloc(statbuf.st_size + 1)))
file_list = (char **)Malloc(
msg = Malloc(strlen(PREFIX) + strlen(p->reason) + 2);
msg = Malloc(
result = (char *)Malloc(n+1);
f = (FLT *)Malloc(sizeof(FLT));
*p = Malloc(sizeof("999999.999x"));
Message = (char *)Malloc(MSGMAX);
pp = parms = (char **)Malloc(
char *new_stty = Malloc(
pl = (LATER *)Malloc(sizeof (LATER));
if (!(empty = (char **)Malloc(sizeof(char *)))) {
list = (char **)Malloc((nalloc + 1) * sizeof(char *));
if (!(dst = (TYPE *)Malloc((nitems + 1) * sizeof(TYPE)))) {
if (!(dst = (TEMPLATE *)Malloc((nitems + 1) * sizeof(TEMPLATE)))){
ret = Malloc(len + 1);
if (!(dst = (char **)Malloc((nitems + 1) * sizeof(char *)))) {
if (!(dst = (char **)Malloc((nitems + 1) * sizeof(char *)))) {
if (!(ret = q = Malloc(len + 1)))
if (!(S.parms = (PARM *)Malloc((n + 1) * sizeof (PARM)))) {
if (!(ret = p = Malloc(nchars))) {
filters = (_FILTER *)Malloc((nalloc + 1) * sizeof(_FILTER));
pf = filters = (_FILTER *)Malloc(
formp->comment = Malloc(
*plist = (char **)Malloc(2 * sizeof(char *));
if (!(*dst = Malloc(len))) {
*plist = (char **)Malloc(2 * sizeof(char *));
if (!(dst = (char **)Malloc((nitems + 1) * sizeof(char *)))) {
if ((ret = Malloc(len + 1)))
if (!(list = (char **)Malloc((n+2) * sizeof(char *)))) {
if (!(q = ret = Malloc(len + 1)))
if (!(sep = Malloc(len))) {
logname = Malloc(10 + 1);
if (!(ret = Malloc(len))) {
if (!(ret = Malloc(len + 1))) {
move2 = Malloc(isize * strlen(step2) + 1);
str = Malloc(size + add_size + 1);
if (!(ret = Malloc(len))) {
if (!(pt->tiebuf = Malloc(statbuf.st_size))) {
zname = Malloc(ZONENAME_MAX + 1);
if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
if ((msgbuf = (char *)Malloc((unsigned)size)))
if ((MBP = (char *)Malloc(needsize)) == NULL)
if ((MBG = (char *)Malloc(needsize)) == NULL)
if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
if ((md->on_discon = (PTR_TO_VOID_FUNC_PTR) Malloc (size * sizeof(VOID_FUNC_PTR))) == NULL)
Connections = (MESG **) Malloc(ConsSize * MDSIZE);
PollFdList = (struct pollfd*) Malloc(ConsSize * sizeof(struct pollfd));
if ((p = (MQUE *)Malloc(sizeof(MQUE))) == NULL
|| (p->dat = (struct strbuf *)Malloc(sizeof(struct strbuf))) == NULL
|| (p->dat->buf = (char *)Malloc(size)) == NULL)
if (!(q = newstty = Malloc(strlen(stty) + 1))) {
newstty = Malloc(strlen(stty) + 1 + strlen(speed) + 1);
buf = Malloc(entsz);
results = (vmusage_t *)Malloc(sizeof (vmusage_t) * nres);
ptr = buf = Malloc(entsz);
extern void *Malloc(size_t);