Lines Matching refs:SIZE_T_SIZE
1254 #define SIZE_T_SIZE (sizeof(size_t)) macro
1262 #define TWO_SIZE_T_SIZES (SIZE_T_SIZE<<1)
1263 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2)
1675 #define CHUNK_OVERHEAD (SIZE_T_SIZE)
1721 #define FENCEPOST_HEAD (INUSE_BITS|SIZE_T_SIZE)
2646 assert(chunk_plus_offset(p, sz+SIZE_T_SIZE)->head == 0); in do_check_mmapped_chunk()
2679 assert(sz == SIZE_T_SIZE); in do_check_free_chunk()
3227 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0; in mmap_alloc()
3247 if (oldsize >= nb + SIZE_T_SIZE && in mmap_resize()
3263 chunk_plus_offset(newp, psize+SIZE_T_SIZE)->head = 0; in mmap_resize()
3396 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment()
4067 memset((size_t*)mem, 0, remainder_size - SIZE_T_SIZE - array_size); in ialloc()
4184 if (SIZE_T_SIZE != 4 && rsize < MIN_CHUNK_SIZE) in dlmalloc()
4591 if (SIZE_T_SIZE != 4 && rsize < MIN_CHUNK_SIZE) in mspace_malloc()