GCC Middle and Back End API Reference
alloc-pool.cc File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "alloc-pool.h"
Include dependency graph for alloc-pool.cc:

Functions

void dump_alloc_pool_statistics (void)
 

Variables

ALLOC_POOL_ID_TYPE last_id
 
mem_alloc_description< pool_usagepool_allocator_usage
 
bool after_memory_report = false
 

Function Documentation

◆ dump_alloc_pool_statistics()

void dump_alloc_pool_statistics ( void )
Output per-alloc_pool memory usage statistics.   

References ALLOC_POOL_ORIGIN, mem_alloc_description< T >::dump(), ggc_alloc(), and pool_allocator_usage.

Referenced by dump_memory_report().

Variable Documentation

◆ after_memory_report

bool after_memory_report = false
Flag indicates whether memory statistics are gathered any longer.   

Referenced by toplev::main(), and base_pool_allocator< TBlockAllocator >::release().

◆ last_id

Functions to support a pool of allocatable objects.
   Copyright (C) 1987-2024 Free Software Foundation, Inc.
   Contributed by Daniel Berlin <dan@cgsoftware.com>

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   

Referenced by base_pool_allocator< TBlockAllocator >::initialize(), parser::parser(), and parser::push_simplify().

◆ pool_allocator_usage