Lines Matching refs:chunk_plus_offset
1675 #define chunk_plus_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) macro
2583 assert(chunk_plus_offset(p, sz)->head == FENCEPOST_HEAD); in do_check_mmapped_chunk()
2584 assert(chunk_plus_offset(p, sz+SIZE_T_SIZE)->head == 0); in do_check_mmapped_chunk()
2601 mchunkptr next = chunk_plus_offset(p, sz); in do_check_free_chunk()
3164 chunk_plus_offset(p, psize)->head = FENCEPOST_HEAD; in mmap_alloc()
3165 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0; in mmap_alloc()
3200 chunk_plus_offset(newp, psize)->head = FENCEPOST_HEAD; in mmap_resize()
3201 chunk_plus_offset(newp, psize+SIZE_T_SIZE)->head = 0; in mmap_resize()
3227 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; in init_top()
3266 mchunkptr q = chunk_plus_offset(p, nb); in prepend_alloc()
3290 oldfirst = chunk_plus_offset(oldfirst, nsize); in prepend_alloc()
3316 mchunkptr tnext = chunk_plus_offset(sp, ssize); in add_segment()
3334 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment()
3348 mchunkptr tn = chunk_plus_offset(q, psize); in add_segment()
3537 mchunkptr r = m->top = chunk_plus_offset(p, nb); in sys_alloc()
3712 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_large()
3751 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_small()
3780 mchunkptr next = chunk_plus_offset(oldp, oldsize); in internal_realloc()
3795 mchunkptr remainder = chunk_plus_offset(newp, nb); in internal_realloc()
3805 mchunkptr newtop = chunk_plus_offset(oldp, nb); in internal_realloc()
3905 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign()
4011 array_chunk = chunk_plus_offset(p, contents_size); in ialloc()
4028 p = chunk_plus_offset(p, size); in ialloc()
4126 r = chunk_plus_offset(p, nb); in dlmalloc()
4155 mchunkptr r = gm->dv = chunk_plus_offset(p, nb); in dlmalloc()
4174 mchunkptr r = gm->top = chunk_plus_offset(p, nb); in dlmalloc()
4215 mchunkptr next = chunk_plus_offset(p, psize); in dlfree()
4533 r = chunk_plus_offset(p, nb); in mspace_malloc()
4562 mchunkptr r = ms->dv = chunk_plus_offset(p, nb); in mspace_malloc()
4581 mchunkptr r = ms->top = chunk_plus_offset(p, nb); in mspace_malloc()
4616 mchunkptr next = chunk_plus_offset(p, psize); in mspace_free()