This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
01d02e78b567d214926ce99be41fe76e7efc2bc6
test2
/
intern
/
guardedalloc
/
intern
History
Ankit Meel
99fb853734
Cleanup: avoid member access within null pointer
...
While harmless, UBSan warns about this. Prefer offsetof where possible since it's more readable.
2020-10-01 14:49:44 +10:00
..
leak_detector.cc
Fix T80774: (correction) keep MEM_init_memleak_detection call early
2020-09-15 13:32:00 +10:00
mallocn_guarded_impl.c
Cleanup: avoid member access within null pointer
2020-10-01 14:49:44 +10:00
mallocn_inline.h
Allocator: make leak detection work with static variables
2020-07-24 12:26:11 +02:00
mallocn_intern.h
Allocator: make leak detection work with static variables
2020-07-24 12:26:11 +02:00
mallocn_lockfree_impl.c
Cleanup: Clang-Tidy else-after-return fixes
2020-08-07 13:38:07 +02:00
mallocn.c
Cleanup: make guarded memory allocation always thread safe
2020-05-20 01:03:05 +02:00
mmap_win.c
Cleanup: Fix reported clang-tidy code-style issues.
2020-08-07 14:53:42 -06:00