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