D | malloc.c | 1104 static void _int_free(mstate, mchunkptr, int); 2659 _int_free (av, old_top, 1); in sysmalloc() 2927 _int_free (av, old_top, 1); in sysmalloc() 3385 _int_free (ar_ptr, p, 0); in libc_hidden_def() 3505 _int_free (ar_ptr, oldp, 0); in libc_hidden_def() 4416 _int_free (mstate av, mchunkptr p, int have_lock) in _int_free() function 4896 _int_free (av, oldp, 1); in _int_realloc() 4924 _int_free (av, remainder, 1); in _int_realloc() 5003 _int_free (av, p, 1); in _int_memalign() 5021 _int_free (av, remainder, 1); in _int_memalign()
|