Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/
Dmem.c77 static void *(*malloc_func)(size_t) = malloc; variable
79 { return malloc_func(num); } in default_malloc_ex()
132 malloc_func=m; malloc_ex_func=default_malloc_ex; in CRYPTO_set_mem_functions()
149 malloc_func=0; malloc_ex_func=m; in CRYPTO_set_mem_ex_functions()
202 malloc_func : 0; in CRYPTO_get_mem_functions()
/mirbsd/src/lib/libc/stdlib/
Dmalloc_brk.c221 static char *malloc_func; variable
305 iov[1].iov_base = malloc_func; in wrterror()
306 iov[1].iov_len = strlen(malloc_func); in wrterror()
335 iov[1].iov_base = malloc_func; in wrtwarning()
336 iov[1].iov_len = strlen(malloc_func); in wrtwarning()
1248 malloc_func = " in malloc():"; in malloc()
1265 malloc_func = " in free():"; in free()
1282 malloc_func = " in realloc():"; in realloc()
Dmalloc_mmap.c246 static char *malloc_func; variable
480 iov[1].iov_base = malloc_func; in wrterror()
481 iov[1].iov_len = strlen(malloc_func); in wrterror()
513 iov[1].iov_base = malloc_func; in wrtwarning()
514 iov[1].iov_len = strlen(malloc_func); in wrtwarning()
1875 malloc_func = " in malloc():"; in malloc()
1899 malloc_func = " in free():"; in free()
1917 malloc_func = " in realloc():"; in realloc()
Dmalloc.c198 static const char *malloc_func; /* current function */ variable
262 iov[1].iov_base = writev_unconst(malloc_func); in wrterror()
263 iov[1].iov_len = strlen(malloc_func); in wrterror()
1156 malloc_func = " in malloc():"; in malloc()
1255 malloc_func = " in free():"; in free()
1384 malloc_func = " in realloc():"; in realloc()
1416 malloc_func = " in calloc():"; in calloc()
1552 malloc_func = " in posix_memalign():"; in posix_memalign()