Searched refs:rf_real_AddToAllocList (Results 1 – 2 of 2) sorted by relevance
49 #define rf_AddToAllocList(_l_,_ptr_,_sz_) rf_real_AddToAllocList((_l_), (_ptr_), (_sz_))53 void rf_real_AddToAllocList(RF_AllocListElem_t * l, void *p, int size);
84 rf_real_AddToAllocList(RF_AllocListElem_t *l, void *p, int size) in rf_real_AddToAllocList() function