server-skynet-source-3rd-je.../include/jemalloc/internal
Jason Evans a507004d29 Fix off-by-one backtracing issues.
Rewrite prof_alloc_prep() as a cpp macro, PROF_ALLOC_PREP(), in order to
remove any doubt as to whether an additional stack frame is created.
Prior to this change, it was assumed that inlining would reduce the
total number of frames in the backtrace, but in practice behavior wasn't
completely predictable.

Create imemalign() and call it from posix_memalign(), memalign(), and
valloc(), so that all entry points require the same number of stack
frames to be ignored during backtracing.
2011-08-12 13:48:27 -07:00
..
arena.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
atomic.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
bitmap.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk_dss.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk_mmap.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk_swap.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
ckh.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
ctl.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
extent.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
hash.h Use LLU suffix for all 64-bit constants. 2011-05-22 10:49:44 -07:00
huge.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
jemalloc_internal.h.in Adjust relative #include for private_namespace.h. 2011-07-30 17:58:07 -07:00
mb.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
private_namespace.h Fix off-by-one backtracing issues. 2011-08-12 13:48:27 -07:00
prn.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
prof.h Fix off-by-one backtracing issues. 2011-08-12 13:48:27 -07:00
ql.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
qr.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
rb.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
rtree.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
stats.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
tcache.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
zone.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00