Lines Matching refs:SIZE_T_SIZE
1600 #define SIZE_T_SIZE (sizeof(size_t)) macro
1609 #define TWO_SIZE_T_SIZES (SIZE_T_SIZE<<1)
1610 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2)
2205 #define CHUNK_OVERHEAD (SIZE_T_SIZE)
2253 #define FENCEPOST_HEAD (INUSE_BITS|SIZE_T_SIZE)
3263 assert(chunk_plus_offset(p, sz+SIZE_T_SIZE)->head == 0); in do_check_mmapped_chunk()
3296 assert(sz == SIZE_T_SIZE); in do_check_free_chunk()
3859 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0; in mmap_alloc()
3880 if (oldsize >= nb + SIZE_T_SIZE && in mmap_resize()
3895 chunk_plus_offset(newp, psize+SIZE_T_SIZE)->head = 0; in mmap_resize()
4028 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment()
4633 if (SIZE_T_SIZE != 4 && rsize < MIN_CHUNK_SIZE) in dlmalloc()
5063 memset((size_t*)mem, 0, remainder_size - SIZE_T_SIZE - array_size); in ialloc()
5576 if (SIZE_T_SIZE != 4 && rsize < MIN_CHUNK_SIZE) in mspace_malloc()