This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
18a15bafe8bcab9d367fc830cb77019ce1a69816
test
/
intern
/
guardedalloc
/
intern
History
Campbell Barton
e39b358a2f
Guarded allocator: print memory-in-use as a size_t, not uint
...
There is no reason to cast to a smaller value which could overflow.
2023-03-23 14:20:14 +11:00
..
leak_detector.cc
Allocator: improve multi-threaded allocation performance
2023-01-04 14:55:46 +01:00
mallocn_guarded_impl.c
Guarded allocator: print memory-in-use as a size_t, not uint
2023-03-23 14:20:14 +11:00
mallocn_inline.h
File headers: manually convert files to use SPDX headers
2022-02-11 15:15:49 +11:00
mallocn_intern.h
MSVC: lower C4100 warning level from 4 to 3
2023-03-09 16:05:48 +01:00
mallocn_lockfree_impl.c
Guarded allocator: print memory-in-use as a size_t, not uint
2023-03-23 14:20:14 +11:00
mallocn.c
Cleanup: use 'u' prefixed unsigned types
2022-10-12 10:39:12 +11:00
memory_usage.cc
Allocator: improve protection against false sharing
2023-01-06 13:04:49 +01:00