chunk associated with aligned address A
| 778 | |
| 779 | // chunk associated with aligned address A |
| 780 | static SPP_FORCEINLINE mchunkptr align_as_chunk(char *A) { return (mchunkptr)(A + align_offset(chunk2mem(A))); } |
| 781 | |
| 782 | // Bounds on request (not chunk) sizes. |
| 783 | static const unsigned MAX_REQUEST = (-MIN_CHUNK_SIZE) << 2; |
no test coverage detected