Searched refs:chunk_at_offset (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/contrib/octeon-sdk/cvmx-malloc/ |
| D | malloc.c | 1842 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) macro 2371 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() 3211 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() 3340 p = chunk_at_offset(p, -((long) prevsize)); in _int_free() 3473 nextchunk = chunk_at_offset(p, size); [all …]
|