Home
last modified time | relevance | path

Searched refs:cil_calloc (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_mem.h35 void *cil_calloc(size_t num_elements, size_t element_size);
Dcil_mem.c51 void *cil_calloc(size_t num_elements, size_t element_size) in cil_calloc() function
Dcil_symtab.c158 symtab->htable = cil_calloc(size, sizeof(struct cil_complex_symtab *)); in cil_complex_symtab_init()
Dcil_binary.c1180 newkey = cil_calloc(1, sizeof(*newkey)); in __cil_typetransition_to_avtab()
1181 newdatum = cil_calloc(1, sizeof(*newdatum)); in __cil_typetransition_to_avtab()
1604 complete = cil_calloc(1, sizeof(*complete)); in __cil_permx_bitmap_to_sepol_xperms_list()
1617 partial = cil_calloc(1, sizeof(*partial)); in __cil_permx_bitmap_to_sepol_xperms_list()
3110 newkey = cil_calloc(1, sizeof(*newkey)); in cil_rangetransition_to_policydb()
3111 newdatum = cil_calloc(1, sizeof(*newdatum)); in cil_rangetransition_to_policydb()