Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2371 mchunkptr next = chunk_at_offset(p, sz);
3036 remainder = chunk_at_offset(victim, nb); in _int_malloc()
3127 remainder = chunk_at_offset(victim, nb); in _int_malloc()
3250 remainder = chunk_at_offset(victim, nb); in _int_malloc()
3317 && (chunk_at_offset(p, size) != av->top) in _int_free()
3332 nextchunk = chunk_at_offset(p, size); in _int_free()
3473 nextchunk = chunk_at_offset(p, size);
3576 next = chunk_at_offset(oldp, oldsize); in _int_realloc()
3583 av->top = chunk_at_offset(oldp, nb); in _int_realloc()
3668 remainder = chunk_at_offset(newp, nb); in _int_realloc()
[all …]