| 1547 | |
| 1548 | #if SPP_FOOTERS |
| 1549 | static malloc_state* get_mstate_for(malloc_chunk_header *p) |
| 1550 | { |
| 1551 | return (malloc_state*)(((mchunkptr)((char*)(p) + |
| 1552 | (p->chunksize())))->prev_foot ^ mparams._magic); |
| 1553 | } |
| 1554 | #endif |
| 1555 | |
| 1556 | /* -------------------------- system alloc setup ------------------------- */ |
no test coverage detected