| Server Side Delphi - Kestral Computing | Start | Index | Next |
How to Write a Custom Memory Manager |
|||
You need to provide the following 3 methods and then use this unit that loads them like this as the first unit in your program
| unit Sharemem; .... function
SysGetMem(Size: Integer): Pointer;
|
| Grahame Grieve |