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
597632be18
server-skynet-source-3rd-je...
/
jemalloc
/
src
/
mb.c
3 lines
63 B
C
Raw
Normal View
History
Unescape
Escape
Implement allocation profiling and leack checking. Add the --enable-prof and --enable-prof-libunwind configure options. Add the B/b, F/f, I/i, L/l, and U/u JEMALLOC_OPTIONS. Interval-based profile dump triggering is not yet implemented. Add supporting generic code: * Add memory barriers. * Add prn (LCG PRNG). * Add hash (Murmur hash function). * Add ckh (cuckoo hash tables).
2010-02-11 02:37:56 +08:00
#
define MB_C_
Restructure source tree.
2010-02-12 06:45:59 +08:00
#
include
"jemalloc/internal/jemalloc_internal.h"
Reference in New Issue
Copy Permalink