cacl_malloc
if (cacl_malloc((void **)&result,
error = cacl_malloc((void **)&normacl, sizeof (ace_list_t));
error = cacl_malloc((void **)&dfacl, sizeof (ace_list_t));
if ((error = cacl_malloc((void **)acl, *count * sizeof (ace_t))) != 0)
if (cacl_malloc((void **)&aclp, sizeof (acl_t)) != 0)
if (cacl_malloc((void **)&result, resultsize * sizeof (ace_t)) != 0)
if (cacl_malloc((void **)&rc, sizeof (acevals_t)) != 0)