Searched refs:malloc_func (Results 1 – 4 of 4) sorted by relevance
77 static void *(*malloc_func)(size_t) = malloc; variable79 { 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()
221 static char *malloc_func; variable305 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()
246 static char *malloc_func; variable480 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()
198 static const char *malloc_func; /* current function */ variable262 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()