Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unmanaged size. jnthn++
  • Loading branch information
cognominal committed Mar 24, 2016
1 parent fe8f074 commit bd46864
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions S99-glossary.pod
Expand Up @@ -1012,6 +1012,11 @@ the C<Hash> type. Often called associative table in other languages.

=head2 hash context

=head2 heap

Dynamically allocated memory pool used for memory management. Unused parts are reclaimed
by the L</GC>. See L<Memory management|https://en.wikipedia.org/wiki/Memory_management#DYNAMIC>.

=head2 High Level Language

A high level language provides abstractions that decouples it from specific
Expand Down Expand Up @@ -2715,6 +2720,11 @@ See L</compilation unit>.

Symbols in the outermost lexical scope of a compilation unit.

=head2 unmanaged size

The amount of memory a L</REPR> has behind it that is not under
the direct management of the L</GC>. Used for L</heap> profiling.

=head2 unslushing

See L</slushy>.
Expand Down

0 comments on commit bd46864

Please sign in to comment.