Searched refs:m_req_alloc (Results 1 – 2 of 2) sorted by relevance
460 : m_req_alloc(RequireAtLeast), in RequireAllocationGuard()467 void requireAtLeast(std::size_t N) { m_req_alloc = N; m_exactly = false; } in requireAtLeast()468 void requireExactly(std::size_t N) { m_req_alloc = N; m_exactly = true; } in requireExactly()472 std::size_t Expect = m_new_count_on_init + m_req_alloc; in ~RequireAllocationGuard()478 std::size_t m_req_alloc; member
466 : m_req_alloc(RequireAtLeast), in m_req_alloc() function473 void requireAtLeast(std::size_t N) { m_req_alloc = N; m_exactly = false; } in requireAtLeast()474 void requireExactly(std::size_t N) { m_req_alloc = N; m_exactly = true; } in requireExactly()478 std::size_t Expect = m_new_count_on_init + m_req_alloc; in ~RequireAllocationGuard()484 std::size_t m_req_alloc;