16 preallocatedBytes + 8192,
22 m_buffer =
reinterpret_cast<std::byte *>(operator
new(m_allocationSize, poolAlignment));
24 m_tlsf = QtPrivate::tlsf_create_with_pool(m_buffer, m_allocationSize);
45 if (Q_LIKELY(p >= m_buffer && p < m_buffer + m_allocationSize))
46 QtPrivate::tlsf_free(m_tlsf, p);
48 m_upstream->deallocate(p, bytes, alignment);