Memory Allocation Minimization
TechniqueMemory Allocation Minimization is a performance technique described in the RISCV-DV/eUVM context: reduce the number of runtime allocation requests, even for small or temporary values such as formatted strings, because each allocation can impose microsecond-scale runtime-manager overhead.
WIKI
Overview
Memory Allocation Minimization focuses on reducing the number of calls that request new memory from the runtime memory manager. In the cited RISCV-DV/eUVM discussion, every memory allocation, regardless of size, may require several microseconds of runtime-manager processing. The performance issue is therefore tied strongly to allocation frequency, not only to the total amount of memory ultimately used.
Example: formatted immediates
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →