peter
|
1a0277d7b0
* smallatheapptr undef and other cleanup (merged)
|
25 years ago |
michael
|
586c4cea50
+ Conditionals fixed
|
25 years ago |
michael
|
650fbb86aa
+ removed logs
|
25 years ago |
michael
|
e7aca136a1
+ Initial import
|
25 years ago |
pierre
|
e574245b0e
fix for heap problem
|
25 years ago |
pierre
|
e9f1439f5a
+ ReturnNilIfGrowHeapFails used in objects unit
|
25 years ago |
peter
|
11d7a573df
* concat free blocks in main freelist
|
25 years ago |
pierre
|
6d213ac89b
* avoid problems if sbrk returns negative values
|
25 years ago |
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 |