yury
|
3c10856a4f
* Dont throw runerrors in default MemoryMutexManager if HAS_MT_MEMORYMANAGER is defined.
|
18 年之前 |
Legolas
|
9e6d19a494
* rtl part of first Nintendo DS port
|
18 年之前 |
Jonas Maebe
|
64b7f00afd
* fixed ReturnNilIfGrowHeapFails
|
19 年之前 |
micha
|
dc3b37ff73
+ heap manager: reduce overhead on fixed size chunks from 8 to 4
|
19 年之前 |
Legolas
|
19d597f425
* Reactivated heap management for GBA
|
19 年之前 |
florian
|
d337c3ca6a
* clean up heap at exit, fixes #7183
|
19 年之前 |
peter
|
b3732f7215
* keep same fixed block, also if we resize to a smaller size.
|
19 年之前 |
yury
|
e062922528
* added an option to use target-specific memory manager instead of standard. This is controlled by HAS_MEMORYMANAGER and HAS_MT_MEMORYMANAGER defines.
|
19 年之前 |
florian
|
5575a837db
* gba patch from Francesco Lombardi
|
19 年之前 |
peter
|
4b7f51b0aa
* fixed uninitialized var
|
19 年之前 |
florian
|
0cc2b9b16b
* small speed improvements
|
19 年之前 |
florian
|
a9198b7300
* ensure always 16 byte aligned memory blocks
|
19 年之前 |
peter
|
9d817056ce
* optimize by removing expensive calculations
|
19 年之前 |
florian
|
e2a4dac215
+ i386 assembler versions of decr_ansistring and unique_ansistring
|
19 年之前 |
Jonas Maebe
|
31b173fe85
* always keep 1 free os chunk available in the freelist to avoid
|
19 年之前 |
peter
|
f9f75b40e5
* fixed DUMPGROW compile
|
20 年之前 |
florian
|
4e6b371dc5
* patch from Martin Schreiber to fix bug #4247
|
20 年之前 |
peter
|
1cecfcc09f
* only all resizes for fixed blocks when the blocksize doesn't
|
20 年之前 |
peter
|
822f7f0f16
* allow freemem nil
|
20 年之前 |
michael
|
fccc19aa5c
+ Removed HASGETHEAPSTATUS HASGETFPCHEAPSTATUS defines
|
20 年之前 |
michael
|
a775d3d487
+ Removed HASCURRENCY VALUEGETMEM VALUEFREEMEM defines
|
20 年之前 |
peter
|
4ace790492
* remove $Log
|
20 年之前 |
florian
|
0d7aaab6b8
* patch from Ales Katona making the memory manager more
|
20 年之前 |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 年之前 |
fpc
|
50778076c3
initial import
|
20 年之前 |
peter
|
fc977d3259
* check if there is enough room before concatting blocks in
|
20 年之前 |
Jonas Maebe
|
2426ecafc3
* fixed several warnings and notes about unused variables (mainly) or
|
20 年之前 |
peter
|
ccf36c0afd
* fix crash under win32 with previous reallocmem fix
|
20 年之前 |
peter
|
d7ae60a9e0
* fixed tryresizemem
|
20 年之前 |
peter
|
617bd39762
* fix getheapstatus bootstrapping
|
20 年之前 |