Searched refs:malloc_flag (Results 1 – 3 of 3) sorted by relevance
116 int_alloc_resource(int malloc_flag) in int_alloc_resource() argument120 r = malloc(sizeof *r, M_RMAN, malloc_flag | M_ZERO); in int_alloc_resource()
3077 #define DECL_IS_MALLOC(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.malloc_flag)3169 unsigned malloc_flag : 1; member
1895 * tree.h (struct tree_decl): Add malloc_flag.