Searched defs:Alloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DTypes.h209 void *(*Alloc)(void *p, size_t size); member in struct:__anon2002
213 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h74 #define Alloc(x, t) ((x = (t *) malloc(sizeof (t))) != (t *)0) macro

Completed in 66 milliseconds