Searched refs:palloc (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/adv_cmds-158/finger/
H A Dextern.h63 PERSON *palloc(void);
H A Dutil.c185 pn = palloc();
227 palloc(void) function
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c76 static PLAN *palloc(OPTION *);
100 palloc(OPTION *option) function
290 new = palloc(option);
336 new = palloc(option);
363 new = palloc(option);
448 return (palloc(option));
536 return palloc(option);
574 new = palloc(option);
638 return palloc(option);
751 new = palloc(optio
[all...]
/macosx-10.10/top-100.1.2/
H A Dtop.c182 case STATISTIC_KPRVT: return COMP(a_a->palloc - a_a->pfree,
183 a_b->palloc - a_b->pfree);
H A Dlibtop.h287 uint64_t palloc; member in struct:libtop_psamp_s
H A Dmemstats.c274 psamp->palloc - psamp->pfree,
H A Dlibtop.c1537 pinfo->psamp.p_palloc = pinfo->psamp.palloc;
1542 kr = task_info(task, TASK_KERNELMEMORY_INFO, (task_info_t)&pinfo->psamp.palloc, &count);
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.decls.h344 extern void palloc (pid_t, struct command *);
H A Dsh.proc.c711 * palloc - allocate a process structure and fill it up.
715 palloc(pid_t pid, struct command *t) function
1856 palloc(pid, t);
H A Dsh.sem.c505 palloc(pid, t);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c4491 unsigned int *palloc)
4507 if (*pcount + 1 >= *palloc)
4509 *palloc += 10;
4511 xrealloc (*pargs, *palloc * sizeof **pargs));
4488 stab_demangle_arg(struct stab_demangle_info *minfo, const char **pp, debug_type **pargs, unsigned int *pcount, unsigned int *palloc) argument
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c9215 int flags, const char *wchan, void *palloc)
9217 #pragma unused(align, ioff, flags, palloc)
9214 pool_init(struct pool *pp, size_t size, unsigned int align, unsigned int ioff, int flags, const char *wchan, void *palloc) argument

Completed in 571 milliseconds