Searched refs:gen_mdbg_calloc (Results 1 – 1 of 1) sorted by relevance
/optee_os/lib/libutils/isoc/ |
A D | bget_malloc.c | 560 static void *gen_mdbg_calloc(struct malloc_ctx *ctx, const char *fname, int lineno, in gen_mdbg_calloc() function 669 return gen_mdbg_calloc(&malloc_ctx, fname, lineno, nmemb, size); in mdbg_calloc() 993 return gen_mdbg_calloc(&nex_malloc_ctx, fname, lineno, nmemb, size); in nex_mdbg_calloc()
|
Completed in 5 milliseconds