marco
|
fcde2c3ffa
* *memORY overloads
|
22 years ago |
peter
|
36fd13c639
* fixed wrong check when allocation of a block > 1mb failed
|
22 years ago |
peter
|
3d8d9c96f8
* sbrk returns pointer
|
22 years ago |
peter
|
1ddaa693a3
* check newpos < 0 instead of = -1
|
22 years ago |
florian
|
eab5d1f7c5
* started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C)
|
22 years ago |
peter
|
d5896e54f2
* fix setmemorymutexmanager to call mutexdone on the already
|
23 years ago |
peter
|
ca3679e4bf
* MemoryManager record has a field NeedLock if the wrapper functions
|
23 years ago |
peter
|
766e8d35f6
* remove wrong lock from SysMemSize, MemSize() does the locking
|
23 years ago |
peter
|
5fff238567
* threads unit added for thread support
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
Jonas Maebe
|
ee56b2e0ec
* heap manager now fragments the heap much less
|
23 years ago |
peter
|
90ff7a6db8
* fpc_freemem and fpc_getmem compilerproc
|
23 years ago |
carl
|
dbfaa38c6e
* fixed some missing IsMultiThreaded variables
|
23 years ago |
Jonas Maebe
|
e52fa07468
* fix for web bug #1727 from Peter (corrected)
|
23 years ago |
Jonas Maebe
|
d06ebc3fd1
* fix for web bug #1727 from Peter
|
23 years ago |
peter
|
7484da248d
* freemem(var) -> freemem(value)
|
24 years ago |
peter
|
52d1571d12
* moved locking of heap
|
24 years ago |
peter
|
5d62342562
* criticalsection renamed to rtlcriticalsection for kylix compatibility
|
24 years ago |
Jonas Maebe
|
cbc6756190
* fixed wrong typed constant procvars in preparation of my fix which will
|
24 years ago |
florian
|
ddd5f168eb
+ more MT stuff added
|
24 years ago |
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 |