mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Remove remainder of mb (memory barrier).
This complements 94c5d22a4d (Remove mb.h,
which is unused).
This commit is contained in:
parent
664ef652d9
commit
8ac7937eb5
3 changed files with 0 additions and 4 deletions
|
|
@ -100,7 +100,6 @@ C_SRCS := $(srcroot)src/jemalloc.c \
|
|||
$(srcroot)src/extent_mmap.c \
|
||||
$(srcroot)src/hash.c \
|
||||
$(srcroot)src/large.c \
|
||||
$(srcroot)src/mb.c \
|
||||
$(srcroot)src/mutex.c \
|
||||
$(srcroot)src/nstime.c \
|
||||
$(srcroot)src/pages.c \
|
||||
|
|
|
|||
|
|
@ -296,7 +296,6 @@ malloc_tsd_no_cleanup
|
|||
malloc_vcprintf
|
||||
malloc_vsnprintf
|
||||
malloc_write
|
||||
mb_write
|
||||
narenas_auto
|
||||
narenas_total_get
|
||||
ncpus
|
||||
|
|
|
|||
2
src/mb.c
2
src/mb.c
|
|
@ -1,2 +0,0 @@
|
|||
#define JEMALLOC_MB_C_
|
||||
#include "jemalloc/internal/jemalloc_internal.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue