Andreas Rumpf
|
f46569bafd
fixes #18494 (#18783)
|
3 年 前 |
Andreas Rumpf
|
af3d2d8ad9
added `nimAllocPagesViaMalloc` switch (#18490)
|
3 年 前 |
Andreas Rumpf
|
98cd1671a3
minor cleanups (#17948)
|
3 年 前 |
Andreas Rumpf
|
edce5897a5
fixes #16214 [backport] (#16252)
|
4 年 前 |
Andreas Rumpf
|
da29222f86
init checks and 'out' parameters (#14521)
|
4 年 前 |
Arne Döring
|
4005f0d0e4
forward type alignment information to seqs (#12430)
|
4 年 前 |
Andreas Rumpf
|
be795bbf1a
TlSF Alloctor: use less memory for --gc:arc (#13280)
|
5 年 前 |
Ico Doornekamp
|
b68eb1cad0
Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0. (#13190)
|
5 年 前 |
Andreas Rumpf
|
fd85a5ae05
more fixes for --cpu:avr [backport] (#12748)
|
5 年 前 |
Andreas Rumpf
|
b07694cd90
new gensym handling (#11985)
|
5 年 前 |
Araq
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 年 前 |
Arne Döring
|
5b27b263fd
Remove immediate pragma (#11308)
|
5 年 前 |
Arne Döring
|
88b5dd3362
right shift is now by default sign preserving (#11322)
|
5 年 前 |
Andreas Rumpf
|
e263702688
--newruntime: progress
|
5 年 前 |
Andreas Rumpf
|
f7c0360aba
allocators: introduce --define:nimMinHeapPages for tuning mmap calls (omg they are slow on OSX...)
|
6 年 前 |
Christopher Dunn
|
cc1fd50b27
Try to let memTracker compile (#8502)
|
6 年 前 |
jcosborn
|
8f4c5a8955
fixed #7894 (#8496)
|
6 年 前 |
Dominik Picheta
|
5ea3b4d581
Implements alloc/dealloc counters for better leak debugging. (#8384)
|
6 年 前 |
Yuriy Glukhov
|
dfe3f16022
Don't depend on string.h in codegen (#8299)
|
6 年 前 |
jcosborn
|
e39f2a9283
fix allocator corruption for large sizes (#7338)
|
6 年 前 |
Araq
|
6d4107b783
make the allocator take a special path for allocations bigger than 2GB; fixes #7120
|
7 年 前 |
Andreas Rumpf
|
8fdc291936
fixes the tracking of 'occupied memory'
|
7 年 前 |
Andreas Rumpf
|
03b7df74a9
alloc.nim: Make 'logAlloc' produce a toy Nim program for easier memory tracing
|
7 年 前 |
Araq
|
f71f9f83c2
GC improvements; distinguish between thread local and globals in the marking step
|
7 年 前 |
Andreas Rumpf
|
e24a3bd0ab
allocator: minor fix for deallocOsPages
|
7 年 前 |
Araq
|
7c9a3161da
make the new allocator work
|
7 年 前 |
Araq
|
ede38a70fc
make allocator use the TLSF algorithm; work in progress
|
7 年 前 |
Araq
|
4a7266e1c1
fixes #3558
|
7 年 前 |
Andreas Rumpf
|
8db37455dd
fixes withRegion for --gc:stack
|
7 年 前 |
Andreas Rumpf
|
c785066ee3
memory manager: use less memory; corruption prevention
|
7 年 前 |