_ptr_ 50 dev/raidframe/rf_alloclist.h #define rf_MakeAllocList(_ptr_) _ptr_ = rf_real_MakeAllocList(1); _ptr_ 51 dev/raidframe/rf_alloclist.h #define rf_AddToAllocList(_l_,_ptr_,_sz_) \ _ptr_ 52 dev/raidframe/rf_alloclist.h rf_real_AddToAllocList((_l_), (_ptr_), (_sz_), 1)