Searched defs:hdr_ty (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | kalloc.h | 1314 #define kfree_type_4(hdr_ty, e_ty, count, elem) ({ \ argument 1341 #define kalloc_type_tag_5(hdr_ty, e_ty, count, flags, tag) ({ \ argument 1348 #define kalloc_type_4(hdr_ty, e_ty, count, flags) \ argument 1363 #define krealloc_type_tag_7(hdr_ty, e_ty, old_count, new_count, elem, \ argument 1373 #define krealloc_type_6(hdr_ty, e_ty, old_count, new_count, elem, flags) \ argument 1385 #define kalloc_type_4(hdr_ty, e_ty, count, flags) ({ \ argument 1535 #define KALLOC_TYPE_TRAILING_DATA_CHECK(hdr_ty, elem_ty) \ argument
|