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
5c4e1ed5787bda6ba26c7b6865da2dcf442c8564
test
/
intern
/
guardedalloc
/
intern
History
Jacques Lucke
ae7163007d
Allocator: improve protection against false sharing
...
On Apple Silicon, the cache line size is 128 bytes.
2023-01-06 13:04:49 +01:00
..
leak_detector.cc
Allocator: improve multi-threaded allocation performance
2023-01-04 14:55:46 +01:00
mallocn_guarded_impl.c
Cleanup: use 'u' prefixed integer types for brevity in C code
2022-09-26 11:33:22 +10:00
mallocn_inline.h
File headers: manually convert files to use SPDX headers
2022-02-11 15:15:49 +11:00
mallocn_intern.h
Allocator: improve multi-threaded allocation performance
2023-01-04 14:55:46 +01:00
mallocn_lockfree_impl.c
Allocator: improve multi-threaded allocation performance
2023-01-04 14:55:46 +01: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