| 39 | } |
| 40 | |
| 41 | unsigned char* |
| 42 | AllocHeader::ptr() const |
| 43 | { |
| 44 | const unsigned char* buff = reinterpret_cast<const unsigned char*>(this + 1); |
| 45 | return const_cast<unsigned char*>(buff); |
| 46 | } |
| 47 | |
| 48 | AllocHeader* |
| 49 | AllocHeader::next_adjacent() { |
no outgoing calls