__alloc_objs
__alloc_objs(kmalloc, default_gfp(__VA_ARGS__), typeof(VAR_OR_TYPE), 1)
__alloc_objs(kmalloc, default_gfp(__VA_ARGS__), typeof(VAR_OR_TYPE), COUNT)
__alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), 1)
__alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), COUNT)
__alloc_objs(kvmalloc, default_gfp(__VA_ARGS__), typeof(P), 1)
__alloc_objs(kvmalloc, default_gfp(__VA_ARGS__), typeof(P), COUNT)
__alloc_objs(kvzalloc, default_gfp(__VA_ARGS__), typeof(P), 1)
__alloc_objs(kvzalloc, default_gfp(__VA_ARGS__), typeof(P), COUNT)
__alloc_objs(kzalloc, default_gfp(__VA_ARGS__), typeof(P), 1)