a prediction of how many items will be in each map this is not a hard limit, but a hint to the allocator
More...
a prediction of how many items will be in each map this is not a hard limit, but a hint to the allocator
Definition at line 848 of file ssa.c.
◆ deps
size_t ssa_map_sizes_t::deps |
the number of dependencies between symbols
Definition at line 854 of file ssa.c.
◆ functions
size_t ssa_map_sizes_t::functions |
the number of functions in the program
Definition at line 860 of file ssa.c.
◆ globals
size_t ssa_map_sizes_t::globals |
the number of globals in the program
Definition at line 857 of file ssa.c.
◆ modules
size_t ssa_map_sizes_t::modules |
the number of modules in the program
Definition at line 851 of file ssa.c.
◆ types
size_t ssa_map_sizes_t::types |
the number of types in the program
Definition at line 863 of file ssa.c.
The documentation for this struct was generated from the following file: