Searched defs:hdr_ty (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | kalloc.h | 1333 #define kfree_type_4(hdr_ty, e_ty, count, elem) ({ \ argument 1360 #define kalloc_type_tag_5(hdr_ty, e_ty, count, flags, tag) ({ \ argument 1367 #define kalloc_type_4(hdr_ty, e_ty, count, flags) \ argument 1382 #define krealloc_type_tag_7(hdr_ty, e_ty, old_count, new_count, elem, \ argument 1392 #define krealloc_type_6(hdr_ty, e_ty, old_count, new_count, elem, flags) \ argument 1404 #define kalloc_type_4(hdr_ty, e_ty, count, flags) ({ \ argument 1559 #define KALLOC_TYPE_TRAILING_DATA_CHECK(hdr_ty, elem_ty) \ argument
|