const size_t pugi::memory_block_size = 32768

Memory block size, used for fast allocator. Memory for DOM tree is allocated in blocks of memory_block_size + 4. This value affects size of xml_memory class.