Lines Matching refs:byte
72 Alignment: 8-byte
73 8 byte alignment is currently hardwired into the design. This
77 Code for 8-byte pointers is untested by me but has worked
88 Minimum allocated size: 4-byte ptrs: 16 bytes (including 4 overhead)
89 8-byte ptrs: 24/32 bytes (including, 4/8 overhead)
91 When a chunk is freed, 12 (for 4byte ptrs) or 20 (for 8 byte
92 ptrs but 4 byte size) or 24 (for 8/8) additional bytes are
100 Maximum allocated size: 4-byte size_t: 2^31 - 8 bytes
101 8-byte size_t: 2^63 - 16 bytes
1833 /* We demand that eight bytes into a page must be 8-byte aligned. */
2047 obtain 8-byte alignment and/or to obtain a size of at least
2705 8-byte alignment is guaranteed by normal malloc calls, so don't