index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
custommem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a new memExist helper function and use it instead of getMmapped were it...
ptitSeb
2024-11-30
1
-0
/
+6
*
[DYNAREC] Mark existing block as dirty when re-creating a memory block
ptitSeb
2024-11-17
1
-2
/
+11
*
[DYNAREC] Only test page protection when needed (and using a fester way) (sho...
ptitSeb
2024-11-09
1
-0
/
+10
*
[RBTREE] Unify naming and prevent unintended symbol exposure (#2005)
Jim Huang
2024-11-06
1
-12
/
+12
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
1
-3
/
+7
*
[BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to he...
ptitSeb
2024-10-08
1
-1
/
+10
*
Improve debugging trace of rb_tree
ptitSeb
2024-10-08
1
-4
/
+4
*
[BOX32][DYNAREC] Allocate Dynarec memory in higher prereserve regions
ptitSeb
2024-10-08
1
-2
/
+31
*
Removed wine prereserve hack on munmap now that prereserve is better handled
ptitSeb
2024-10-08
1
-5
/
+2
*
Small adjustment in 32bits custom memory hinter
ptitSeb
2024-10-08
1
-1
/
+1
*
Small change in custom Aligned Memory Allocator
ptitSeb
2024-10-07
1
-2
/
+3
*
Some cosmetic changes and more macro, to ease future testings on custom malloc
ptitSeb
2024-10-07
1
-1
/
+1
*
Reworked mmap allocator and wine prereserve handling ([BOX32] fix handling of...
ptitSeb
2024-10-07
1
-1
/
+3
*
[BOX32] Added more 32bits wrapped function and reworked 32bits memory allocator
ptitSeb
2024-10-03
1
-5
/
+19
*
[BOX32] Keep low memory free by default
ptitSeb
2024-09-30
1
-1
/
+1
*
[ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)
Pablo Labs
2024-09-29
1
-6
/
+11
*
Improved legendary stability
ptitSeb
2024-09-10
1
-2
/
+2
*
More work on Custom Mem speedup
ptitSeb
2024-09-04
1
-35
/
+29
*
Added an rbtree is Custom Mem Manager to speedup customFree and customRealloc
ptitSeb
2024-09-04
1
-11
/
+42
*
Some refactor (and small bugfixes) around Custom Mem Manager
ptitSeb
2024-09-04
1
-138
/
+379
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-4
/
+51
*
[BOX32] Added 32bits elf alloc and load
ptitSeb
2024-08-17
1
-5
/
+21
*
Leave low memory for wine if it's loaded
ptitSeb
2024-07-21
1
-1
/
+2
*
Change (again) how Wine prereserved memory is allocated and freed
ptitSeb
2024-07-16
1
-2
/
+5
*
Fixed some issue on tracking when protecting memory with PROT=0
ptitSeb
2024-07-13
1
-1
/
+4
*
Fixed a nasty bug on memory permission tracking
ptitSeb
2024-07-11
1
-0
/
+1
*
fix some spelling (#1668)
josch
2024-07-10
1
-1
/
+1
*
Added BOX64_RESERVE_HIGH in rcfile handling
ptitSeb
2024-06-18
1
-8
/
+18
*
Try to fix mmap64 already defined error in custommem.c (#1552)
Romain TISSERAND
2024-06-03
1
-26
/
+1
*
[DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily obfuscat...
ptitSeb
2024-05-03
1
-0
/
+21
*
[DYNAREC] Allocate Dynarec memory by 2Mb batch, and advise for hugepage if av...
ptitSeb
2024-04-29
1
-4
/
+20
*
Improve memory handling for wine, again
ptitSeb
2024-03-27
1
-2
/
+22
*
[DYNAREC] Small changeon the critical section handling of custommem
ptitSeb
2024-03-08
1
-2
/
+3
*
Small optim to speedup mmap64
ptitSeb
2024-02-17
1
-5
/
+2
*
[DYNAREC] Jumptable now use custom Malloc instead of regular one
ptitSeb
2024-02-07
1
-18
/
+18
*
[ARM64_DYNAREC][32BITS] Small optim on jump table for 32bits access (1 less r...
ptitSeb
2024-02-04
1
-0
/
+9
*
[DYNAREC] Reworked a bit the Strange SEGSIGV handling
ptitSeb
2024-02-03
1
-0
/
+19
*
Block signals while traicking memory protection
ptitSeb
2024-02-02
1
-8
/
+13
*
Refactored a bit protection traking to avoid re-entrance
ptitSeb
2024-02-02
1
-58
/
+76
*
[DYNAREC] Handling of memfd_create backed mmap on dynarec (help #1234 but doe...
ptitSeb
2024-02-01
1
-5
/
+5
*
[DYNAREC] Small improvment in dynablock/protectDB handling
ptitSeb
2024-01-29
1
-1
/
+38
*
[MMAP32] 31bits address space is in fact 3GB address space (so 31.5 bits?)
ptitSeb
2024-01-24
1
-1
/
+1
*
Small improvment to MMAP32 managment
ptitSeb
2024-01-23
1
-1
/
+1
*
Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
2024-01-23
1
-5
/
+42
*
Removed a useless test in getProtection utility function
ptitSeb
2024-01-21
1
-2
/
+0
*
Used rb_stree for mapallmem too
ptitSeb
2024-01-20
1
-170
/
+51
*
Use rbtree for mmapmem tracking
ptitSeb
2024-01-19
1
-24
/
+10
*
Reworked exit, unloading libs and running Fini as it should (plus a workaroun...
ptitSeb
2024-01-19
1
-1
/
+1
*
Fixes (#1207)
rajdakin
2024-01-18
1
-3
/
+3
*
Some more fixes to new memory protection tracking (should help #1202 and #1200)
ptitSeb
2024-01-17
1
-9
/
+9
[next]