peter
|
20105af42c
* fixed bug with reallocmem to use the wrong size when copying the
|
25 years ago |
peter
|
6bbb440811
* fixed internal_memavail counting for tryresizemem
|
25 years ago |
peter
|
ba0b8a2e1b
* reallocmem fixed for freemem() call when size=0
|
25 years ago |
peter
|
9be202fd38
* fixed reallocmem which didn't work anymore and thus broke a lot
|
25 years ago |
Jonas Maebe
|
2c25000f32
* fixed problem with reallocmem and heaptrc
|
25 years ago |
daniel
|
ec29a31834
* copyright 2000
|
25 years ago |
daniel
|
a79b4a404b
* copyright 2000 added
|
25 years ago |
peter
|
a3c7cfd396
* fixed sysmemsize which did the and sizemask wrong
|
26 years ago |
peter
|
a3749c8bf3
* fixed getmem call with wrong size from reallocmem
|
26 years ago |
peter
|
bf3e811517
* cmdline support
|
26 years ago |
peter
|
ddb0882789
* fixed reallocmem with a block at the end of an allocated memoryblock,
|
26 years ago |
michael
|
adb19684e1
+ Fixed sysreallocmem
|
26 years ago |
peter
|
6a10b2661b
* freemem,reallocmem now get var argument
|
26 years ago |
peter
|
71d7f4ef38
* memorymanager expanded with allocmem/reallocmem
|
26 years ago |
sg
|
cb3d2ac4f3
* FreeMem(p) is ignored if p is NIL, instead of throwing an
|
26 years ago |
peter
|
1a777e609e
* fixed memsize which forgot the sizemask
|
26 years ago |
peter
|
b659954bc3
* best match for main freelist
|
26 years ago |
peter
|
c7d01df165
* fixed growheap freelist addition when heapend-heapptr<blocksize
|
26 years ago |
peter
|
88b7b037b2
+ new heap manager supporting delphi freemem(pointer)
|
26 years ago |
michael
|
f31460489f
+ Added goto on switch
|
26 years ago |
peter
|
38a2727fb2
* pointer fixes
|
26 years ago |
michael
|
d3d9e234bd
+ reverted to previous heap
|
26 years ago |
michael
|
50ae4cf315
+ Patch for heap allocation from Florian
|
26 years ago |
peter
|
e161a3e489
* growing is now 256k or 1mb
|
26 years ago |
florian
|
e905aeea04
* most of the Object Pascal stuff moved to the system unit
|
26 years ago |
pierre
|
9e3e3d9415
* error 204 if trying to free too much memory of heap top !
|
26 years ago |
pierre
|
ffc582a561
* wrong statement in freemem removed : corrupted memavail result
|
26 years ago |
peter
|
55fbeb959d
* memavail fixed for too big freemem calls
|
26 years ago |
florian
|
e7dacebccc
* fixed small things regarding TEMPHEAP
|
26 years ago |
pierre
|
ab763cd69c
+ added text arg for dump_stack
|
26 years ago |