Home
last modified time | relevance | path

Searched refs:malloc_type (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSUnserialize.y110 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) macro
491 return malloc_type(object_t); in newObject()
H A DOSUnserializeXML.y139 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) macro
172 #define malloc_type(type) (type *) calloc(1, sizeof(type)) macro
1134 o = malloc_type(object_t); in newObject()
1407 parser_state_t *state = (parser_state_t *)malloc_type(parser_state_t); in OSUnserializeXML()
H A DOSUnserialize.cpp195 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) macro
2141 return malloc_type(object_t); in newObject()
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h234 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) macro
267 #define malloc_type(type) (type *) calloc(1, sizeof(type)) macro
2745 o = malloc_type(object_t); in newObject()
3018 parser_state_t *state = (parser_state_t *)malloc_type(parser_state_t); in OSUnserializeXML()
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h234 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) macro
267 #define malloc_type(type) (type *) calloc(1, sizeof(type)) macro
2745 o = malloc_type(object_t); in newObject()
3018 parser_state_t *state = (parser_state_t *)malloc_type(parser_state_t); in OSUnserializeXML()