Searched refs:_type (Results 1 – 1 of 1) sorted by relevance
65 #define DECLARE_SLAB(_type) \ argument66 _type *_type##_Alloc(); \67 void _type##_Free(_type *obj);69 #define DEFINE_SLAB(_type, _pool) \ argument70 _type *_type##_Alloc() { \71 return (_type *)Slab_Alloc(_pool); \73 void _type##_Free(_type *obj) { \