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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaTypes.h144 void *(*Alloc)(void *p, size_t size); member in struct:__anon783
148 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dutility.h70 #define Alloc(x, t) ((x = (t *) malloc(sizeof (t))) != (t *)0) macro

Completed in 26 milliseconds