summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-04-17 22:32:44 (GMT)
committerQi Wang <interwq@gmail.com>2017-04-17 23:19:32 (GMT)
commit855c127348b2764fe3f25966949377e327efe1c8 (patch)
tree60c4d73ddaa2cdcc307b2286604529862ff63202 /src
parent881fbf762f18c8a94e71e94fb78f03d59bd4ad58 (diff)
downloadjemalloc-855c127348b2764fe3f25966949377e327efe1c8.zip
jemalloc-855c127348b2764fe3f25966949377e327efe1c8.tar.gz
jemalloc-855c127348b2764fe3f25966949377e327efe1c8.tar.bz2
Remove the function alignment of prof_backtrace.
This was an attempt to avoid triggering slow path in libunwind, however turns out to be ineffective.
Diffstat (limited to 'src')
-rw-r--r--src/prof.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/prof.c b/src/prof.c
index b33e939..334466b 100644
--- a/src/prof.c
+++ b/src/prof.c
@@ -310,7 +310,6 @@ prof_leave(tsd_t *tsd, prof_tdata_t *tdata) {
}
#ifdef JEMALLOC_PROF_LIBUNWIND
-JEMALLOC_ALIGNED(CACHELINE)
void
prof_backtrace(prof_bt_t *bt) {
int nframes;