Searched defs:libc_malloc (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c1501 static void *libc_malloc(size_t size) function
1544 cm_error_message = libc_malloc(len + 1);
2480 cm_tests = (struct CMUnitTestState *)libc_malloc(sizeof(struct CMUnitTestState) * num_tests);

Completed in 57 milliseconds