Searched defs:Free (Results 1 – 7 of 7) sorted by relevance
87 Free(ptr_t p) in Free() function
154 void Free(unsigned char **p) { in Free() function
20 procedure Free is new Ada.Unchecked_Deallocation subprogram
93 procedure Free is new Ada.Unchecked_Deallocation subprogram
131 #define Free(p) free(p, M_RTABLE); macro
798 bool Free = !HasReturn; in visitReturnInst() local
169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator