Searched refs:_ptr (Results 1 – 5 of 5) sorted by relevance
84 #define FREE(_ptr) \ argument86 if (_ptr != NULL) { \87 free(_ptr); \88 _ptr = NULL; \
135 #define MALLOC(_ptr,_castType,_type,_eError) \ argument137 _ptr = (_castType *)malloc(sizeof(_type)); \138 if(!_ptr) { \
146 #define OMX_FREE(_ptr) \ argument148 if (_ptr != NULL) { \149 LinkedList_FreeElement(&AllocList, _ptr);\150 _ptr = NULL; \
172 #define OMX_FREE(_ptr) \ argument174 if (_ptr != NULL) { \175 LinkedList_FreeElement(&AllocList, _ptr);\176 _ptr = NULL; \
144 #define OMX_FREE(_ptr) \ argument146 if (_ptr != NULL) { \147 LinkedList_FreeElement(&AllocList, _ptr);\148 _ptr = NULL; \