mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 15:51:03 +01:00
- MSDOS heap in tinyheap.inc modified to use usual SysGetMem and similar names. - Use HAS_MEMORYMANAGER (used previously in wince source code, to specify that a memory manager is defined elsewhere than inside heap.inc include file. - Use - Remove TinyHeapMemoryManager Structure variable completely heaptrc.pp: remove unneeded macro code after name changes of tinyheap.inc msdos/system.pp now only defines HAS_MEMORYMANAGER macro win16/system.pp defines HAS_MEMORYMANAGER and FPC_NO_DEFAULT_HEAP as it still uses a different memory manager. __stkbottom variable added for win16 system.pp as it is required by i8086 specific stack check code. git-svn-id: trunk@33983 - |
||
|---|---|---|
| .. | ||
| classes.pp | ||
| dos.pp | ||
| Makefile | ||
| Makefile.fpc | ||
| msmouse.pp | ||
| ports.pp | ||
| prt0c.asm | ||
| prt0comn.asm | ||
| prt0h.asm | ||
| prt0l.asm | ||
| prt0m.asm | ||
| prt0s.asm | ||
| prt0t.asm | ||
| registers.inc | ||
| rtldefs.inc | ||
| sysdir.inc | ||
| sysfile.inc | ||
| sysheap.inc | ||
| sysos.inc | ||
| sysosh.inc | ||
| system.pp | ||
| sysutils.pp | ||
| tthread.inc | ||