Skip to content

deltics/deltics.memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deltics.Memory

A simple library for working with memory.

To allocate a block of memory, use the Alloc method of the Memory class:

   var
     ptr: Pointer;

   // Allocate 1Kb of memory
   Memory.Alloc(ptr, 1024);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages