Searched refs:check_inuse_chunk (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | malloc.c | 2297 #define check_inuse_chunk(A,P) macro 2306 #define check_inuse_chunk(A,P) do_check_inuse_chunk(A,P) macro 3303 check_inuse_chunk(av, p); in _int_free() 3468 check_inuse_chunk(av, p); 3564 check_inuse_chunk(av, oldp); in _int_realloc() 3585 check_inuse_chunk(av, oldp); in _int_realloc() 3651 check_inuse_chunk(av, newp); in _int_realloc() 3678 check_inuse_chunk(av, newp); in _int_realloc() 3796 check_inuse_chunk(av, p); in _int_memalign()
|