Skip to content

Commit

Permalink
ae.sys.data: Expose Memory
Browse files Browse the repository at this point in the history
Continuation of 7908af0.
  • Loading branch information
CyberShadow committed Jan 9, 2024
1 parent 0faed33 commit 54f0978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/data.d
Original file line number Diff line number Diff line change
Expand Up @@ -1182,8 +1182,6 @@ T pop(T)(ref Data data)

// ************************************************************************

package:

/// Base abstract class which owns a block of memory.
abstract class Memory
{
Expand All @@ -1202,6 +1200,8 @@ abstract class Memory

// ************************************************************************

package:

/// How many bytes are currently in `Data`-owned memory.
static /*thread-local*/ size_t dataMemory, dataMemoryPeak;
/// How many `Memory` instances there are live currently.
Expand Down

0 comments on commit 54f0978

Please sign in to comment.