FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/misc/memory_model.cpp - PushoN/daScript · GitHub
PushoN
/
daScript
Public
forked from
GaijinEntertainment/daScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
daScript
src
misc
memory_model.cpp
on
master
User selector
Datepicker
Commit history
Commits on Apr 17, 2026
make DAS_TRACK_ALLOCATIONS a runtime property of MemoryModel
Show description for 6979eb5
borisbat
and
claude
committed
6979eb5
View commit details
Copy full SHA for 6979eb5
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
implement shrink functionality for memory management
Show description for 595a9d4
profelis
committed
595a9d4
View commit details
Copy full SHA for 595a9d4
View code at this point
Browse repository at this point
Commits on Nov 11, 2024
insane pointer tracking
borisbat
committed
b514a26
View commit details
Copy full SHA for b514a26
View code at this point
Browse repository at this point
Commits on Feb 26, 2023
misc bugfixes based on the analyzer results
borisbat
committed
2aa8c0e
View commit details
Copy full SHA for 2aa8c0e
View code at this point
Browse repository at this point
Commits on Oct 8, 2021
correct node count
Show description for 8deed7a
borisbat
committed
8deed7a
View commit details
Copy full SHA for 8deed7a
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
fixing off-by-1 error in memory model
Show description for df85ab2
borisbat
committed
df85ab2
View commit details
Copy full SHA for df85ab2
View code at this point
Browse repository at this point
Commits on Sep 21, 2021
with some nice gc
borisbat
committed
81ba255
View commit details
Copy full SHA for 81ba255
View code at this point
Browse repository at this point
gc, pass 1
borisbat
committed
d274262
View commit details
Copy full SHA for d274262
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
assert in smart_ptr -> operator
Show description for b6afadc
borisbat
committed
b6afadc
View commit details
Copy full SHA for b6afadc
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
play happy with msvc 2015 32-bit
Show description for 0e09c85
borisbat
committed
0e09c85
View commit details
Copy full SHA for 0e09c85
View code at this point
Browse repository at this point
less warnings please
borisbat
committed
547c8f0
View commit details
Copy full SHA for 547c8f0
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
custom grow function
Show description for c735d0c
borisbat
committed
c735d0c
View commit details
Copy full SHA for c735d0c
View code at this point
Browse repository at this point
now with both linear and persistent heap
borisbat
committed
0cf2645
View commit details
Copy full SHA for 0cf2645
View code at this point
Browse repository at this point
heap applocator and string heap allocator wrapped
borisbat
committed
29f0d89
View commit details
Copy full SHA for 29f0d89
View code at this point
Browse repository at this point
settings cleanup
borisbat
committed
0b673c9
View commit details
Copy full SHA for 0b673c9
View code at this point
Browse repository at this point
Commits on Jun 18, 2020
correct code alignment
borisbat
committed
5dcfda2
View commit details
Copy full SHA for 5dcfda2
View code at this point
Browse repository at this point
now with GC
borisbat
committed
c56c711
View commit details
Copy full SHA for c56c711
View code at this point
Browse repository at this point
replacing book with deck
borisbat
committed
d902133
View commit details
Copy full SHA for d902133
View code at this point
Browse repository at this point
constant strings to use linear chunk allocator
borisbat
committed
1382e41
View commit details
Copy full SHA for 1382e41
View code at this point
Browse repository at this point
linear chunk allocator for code
borisbat
committed
3259d71
View commit details
Copy full SHA for 3259d71
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
this does a lot better on average, since there are higher chances of empty room in bigger list
borisbat
committed
dc10db3
View commit details
Copy full SHA for dc10db3
View code at this point
Browse repository at this point
Commits on Jun 5, 2020
das_sanitizer
Show description for d5c6563
borisbat
committed
d5c6563
View commit details
Copy full SHA for d5c6563
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
delte string is now more
Show description for 1c125d1
borisbat
committed
1c125d1
View commit details
Copy full SHA for 1c125d1
View code at this point
Browse repository at this point
allocation tracking
borisbat
committed
8c5b959
View commit details
Copy full SHA for 8c5b959
View code at this point
Browse repository at this point
Commits on Jun 3, 2020
relloacte can now correctly shrink and grow
Show description for 16a3313
borisbat
committed
16a3313
View commit details
Copy full SHA for 16a3313
View code at this point
Browse repository at this point
compilation fixes
borisbat
committed
76fa67a
View commit details
Copy full SHA for 76fa67a
View code at this point
Browse repository at this point
now without tracking as well
borisbat
committed
e9bf746
View commit details
Copy full SHA for e9bf746
View code at this point
Browse repository at this point
heap allocation reporting
Show description for 2e2068e
borisbat
committed
2e2068e
View commit details
Copy full SHA for 2e2068e
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
basic aot for the smart pointers
Show description for c1adb8b
borisbat
committed
c1adb8b
View commit details
Copy full SHA for c1adb8b
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
fix memory leak in context reset
borisbat
committed
4f1a6e9
View commit details
Copy full SHA for 4f1a6e9
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
do not intern empty strings
Show description for cdee6f8
borisbat
committed
cdee6f8
View commit details
Copy full SHA for cdee6f8
View code at this point
Browse repository at this point
Commits on Sep 24, 2019
memory reporting
Show description for 29ffb5a
borisbat
committed
29ffb5a
View commit details
Copy full SHA for 29ffb5a
View code at this point
Browse repository at this point
and with reset
borisbat
committed
c52e666
View commit details
Copy full SHA for c52e666
View code at this point
Browse repository at this point
Commits on Sep 23, 2019
string GC - basic 'fast' version - no relocation, just pure collect
borisbat
committed
8c3c943
View commit details
Copy full SHA for 8c3c943
View code at this point
Browse repository at this point
Commits on Sep 19, 2019
better yet
borisbat
committed
ecb5046
View commit details
Copy full SHA for ecb5046
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL