xo-reader2: enable alloc headers for parser stack
This commit is contained in:
parent
aa946bdc30
commit
ec004393b9
1 changed files with 7 additions and 0 deletions
|
|
@ -11,6 +11,13 @@
|
|||
|
||||
namespace xo {
|
||||
namespace mm {
|
||||
/** @brief per-alloc header
|
||||
*
|
||||
* Appears immediately before each allocation when
|
||||
* ArenaConfig.store_header_flag_ is set.
|
||||
*
|
||||
* See AllocInfo.hpp for encoding of @ref repr_
|
||||
**/
|
||||
struct AllocHeader {
|
||||
using repr_type = std::uintptr_t;
|
||||
using size_type = std::size_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue