Searched refs:ficlMalloc (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.c19 ficlMalloc(size_t size) function
/illumos-gate/usr/src/common/ficl/
H A Dloader.c91 name = (char *)ficlMalloc(names+1);
96 value = (char *)ficlMalloc(values+1);
122 name = (char *)ficlMalloc(names+1);
127 value = (char *)ficlMalloc(values+1);
150 name = (char *)ficlMalloc(names+1);
178 name = (char *)ficlMalloc(names+1);
252 name = (char *)ficlMalloc(names+1);
257 type = (char *)ficlMalloc(types+1);
H A Dstack.c96 ficlStack *stack = ficlMalloc(totalSize);
H A Dsystem.c129 system = ficlMalloc(sizeof (ficlSystem));
H A Ddictionary.c468 dictionary = ficlMalloc(nAlloc);
H A Dficl.h116 * FICL_ALIGN. If necessary, add new definitions of ficlMalloc, ficlFree,
564 * ficlMalloc(), ficlRealloc() and ficlFree() have the same semantics
569 FICL_PLATFORM_EXTERN void *ficlMalloc(size_t size);
H A Dvm.c78 vm = (ficlVm *)ficlMalloc(sizeof (ficlVm));
H A Dprimitives.c3025 p = ficlMalloc(size);

Completed in 86 milliseconds