9 lines
140 B
Markdown
9 lines
140 B
Markdown
# TrimExcess
|
||
|
||
Sets the capacity of a stack to the actual number of elements, and thus frees up unused memory.
|
||
|
||
```
|
||
void TrimExcess();
|
||
|
||
```
|