Searched defs:FREE (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dhistlib.h61 # define FREE(x) if (x) free (x) macro
H A Drldefs.h150 # define FREE(x) if (x) free (x) macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregcustom.h41 #define FREE(p) ckfree(VS(p)) macro
H A Dregguts.h100 #define FREE(p) free(VS(p)) macro
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregcustom.h35 #define FREE(p) ckfree(VS(p)) macro
H A Dregguts.h104 #define FREE(p) free(VS(p)) macro
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASClient.cpp106 #define FREE(x) { if (x) { (x)->release(); x = nil; } } macro
H A DIrIASServer.cpp121 #define FREE(x) { if (x) { (x)->release(); x = nil; } } macro
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrDiscovery.cpp87 #define FREE(x) { if (x) { (x)->release(); x = nil; }} macro
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_impl.h138 #define FREE(p) do { free((p)); (p) = NULL; } while (0) macro
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dnidl.h289 #define FREE(pointer) free (pointer); macro
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/
H A DIrGlue.cpp227 #define FREE(x) {if (x) { (x)->release(); x = nil; } } macro
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DIrDAComm.cpp131 #define FREE(x) { if (x) { (x)->release(); x = nil; }} macro
138 #undef FREE macro
/macosx-10.9.5/bash-92/bash-3.2/
H A Dgeneral.h154 #define FREE(s) do { if (s) free (s); } while (0) macro
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dglob.c66 # define FREE(x) if (x) free (x) macro
/macosx-10.9.5/CF-855.17/
H A DCFUUID.c80 #define FREE(x) CFAllocatorDeallocate(kCFAllocatorSystemDefault, x) macro
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAPConn.cpp217 #define FREE(x) { if (x) { (x)->release(); x = nil; } } macro
H A DIrLAP.cpp530 #define FREE(x) { if (x) { (x)->release(); x = nil; } } macro
/macosx-10.9.5/ntp-88/include/
H A Dparse.h67 #define FREE(_X_, _Y_) kmem_free((caddr_t)_X_, _Y_) macro
71 #define FREE(_X_, _Y_) kmem_free((caddr_t)_X_, _Y_) macro
75 #define FREE(_X_, _Y_) free(_X_) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmalloc.h259 #define FREE(addr, type) \ macro
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dsnprintf.c126 # define FREE(x) if (x) free (x) macro
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddom.h57 # define FREE free macro
66 # define FREE(a) Tcl_Free((char*)(a)) macro
71 # define FREE free macro
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Ddecmpfs.c149 #undef FREE macro
151 #define FREE(addr, type) _free((void *)addr, type, __FILE__, __LINE__) macro
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dutil.c723 #define FREE free macro
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclInt.h104 # define FREE(type, var) \ macro

Completed in 217 milliseconds

12