Searched refs:malloc_type (Results 1 – 5 of 5) sorted by relevance
110 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) macro491 return malloc_type(object_t); in newObject()
139 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) macro172 #define malloc_type(type) (type *) calloc(1, sizeof(type)) macro1134 o = malloc_type(object_t); in newObject()1407 parser_state_t *state = (parser_state_t *)malloc_type(parser_state_t); in OSUnserializeXML()
195 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) macro2141 return malloc_type(object_t); in newObject()
234 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) macro267 #define malloc_type(type) (type *) calloc(1, sizeof(type)) macro2745 o = malloc_type(object_t); in newObject()3018 parser_state_t *state = (parser_state_t *)malloc_type(parser_state_t); in OSUnserializeXML()