about summary refs log tree commit diff stats
path: root/src/mallochook.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ANDROID] No mallochack on AndroidptitSeb2023-09-301-22/+8
* [ANDROID] And another attempt to fix the build, testing my patience it seemsptitSeb2023-09-021-0/+4
* [ANDOIRD] Another attempt to fix the buildptitSeb2023-09-021-2/+4
* Improved handling of malloc_hack_2ptitSeb2023-07-121-14/+27
* Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-32/+32
* Some more small improvments to BOX64_MALLOC_HACK=2ptitSeb2023-07-081-4/+1
* More work on BOX64_MALLOC_HACK=2ptitSeb2023-07-081-27/+77
* Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-081-57/+26
* A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+0
* Fixed some issue on malloc_hack_2 hack, but not enough so still disabled itptitSeb2023-05-061-15/+15
* Disabling free hack on malloc_hack_2, it seems to break steam for nowptitSeb2023-05-031-1/+1
* Improved mallock_hack_2, trying to reduce potential memory leaksptitSeb2023-05-031-43/+89
* fix some spelling mistakes (#640)josch2023-03-261-3/+3
* fixed logs to malloc_hack_2ptitSeb2023-02-241-1/+1
* Added more logs to malloc_hack_2ptitSeb2023-02-241-1/+1
* Preliminary work to get steamwebhelper workingptitSeb2023-02-181-0/+118
* Rmoved debug leftoverptitSeb2023-02-171-1/+0
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-0/+1
* Small change to mallochook detectorptitSeb2023-02-161-1/+1
* More work on malloc override and tbbmalloc wrappingptitSeb2022-12-171-58/+187
* Fixed some tc_mallinfo signatureptitSeb2022-11-281-4/+4
* [ANDROID] Build fixptitSeb2022-11-011-1/+1
* Malloc override (#437)ptitSeb2022-10-291-7/+551
* Also use __libc_memalign instead of posix_memalignptitSeb2022-08-061-0/+2
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-0/+28