This website requires JavaScript.
Explore
Help
Register
Sign In
project-base
/
server-skynet-source-3rd-jemalloc
Watch
2
Star
0
Fork
0
You've already forked server-skynet-source-3rd-jemalloc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b54d160dc4
server-skynet-source-3rd-je...
/
test
/
unit
/
junk_alloc.c
4 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
Fix style nits.
2016-04-18 01:30:25 +08:00
#
define JEMALLOC_TEST_JUNK_OPT "junk:alloc"
Introduce two new modes of junk filling: "alloc" and "free". In addition to true/false, opt.junk can now be either "alloc" or "free", giving applications the possibility of junking memory only on allocation or deallocation. This resolves #172.
2014-12-09 05:12:41 +08:00
#
include
"junk.c"
#
undef JEMALLOC_TEST_JUNK_OPT
Reference in New Issue
Copy Permalink