Skip to content

Instantly share code, notes, and snippets.

Created August 23, 2013 18:35
Show Gist options
  • Save anonymous/5af362d5ed1523a474c0 to your computer and use it in GitHub Desktop.
Save anonymous/5af362d5ed1523a474c0 to your computer and use it in GitHub Desktop.
cfg: build triple i686-pc-mingw32
cfg: host triples i686-pc-mingw32
cfg: target triples i686-pc-mingw32
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for i686-pc-mingw32 is i386
cfg: os for i686-pc-mingw32 is pc-mingw32
cfg: using gcc
cfg: disabling valgrind due to its unreliability on this platform
/c/Users/mthiyaga/Documents/Dev/rust-clean/rust/mk/stage0.mk:7: warning: overriding commands for target `i686-pc-mingw32/stage0/bin/'
/c/Users/mthiyaga/Documents/Dev/rust-clean/rust/mk/stage0.mk:4: warning: ignoring old commands for target `i686-pc-mingw32/stage0/bin/'
cfg: no pandoc found, omitting docs
cfg: no node found, omitting docs
cfg: no llnextgen found, omitting grammar-verification
cfg: no pandoc found, omitting library doc build
cd /c/Users/mthiyaga/Documents/Dev/rust-clean/rust//rt/i686-pc-mingw32/stage0/jemalloc; /c/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/configure --disable-experimental --build=i686-pc-mingw32 --host=i686-pc-mingw32 EXTRA_CFLAGS=" -DRUST_DEBUG -fno-omit-frame-pointer -DUSE_UTF8 -O2 -m32 -fPIC " LDFLAGS=" -m32 -fPIC" CC="gcc" CXX="g++" AR="ar"
checking for xsltproc... false
checking for i686-pc-mingw32-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether compiler supports -std=gnu99... yes
checking whether compiler supports -Wall... yes
checking whether compiler supports -pipe... yes
checking whether compiler supports -g3... yes
checking whether compiler supports -DRUST_DEBUG -fno-omit-frame-pointer -DUSE_UTF8 -O2 -m32 -fPIC ... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 4
checking size of int... 4
checking size of long... 4
checking size of intmax_t... 8
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking whether __asm__ is compilable... yes
checking whether __attribute__ syntax is compilable... yes
checking whether compiler supports -Werror... no
checking whether tls_model attribute is compilable... yes
checking for a BSD-compatible install... /bin/install -c
checking for i686-pc-mingw32-ranlib... no
checking for ranlib... ranlib
checking for ar... /mingw/bin/ar
checking for ld... /mingw/bin/ld
checking for autoconf... false
checking for memalign... no
checking for valloc... no
checking configured backtracing method... N/A
checking for sbrk... no
checking whether utrace(2) is compilable... no
checking whether valgrind is compilable... no
checking STATIC_PAGE_SHIFT... 12
checking for _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
Forcing no TLS to avoid allocator/threading bootstrap issues
checking whether a program using ffsl is compilable... yes
checking whether atomic(9) is compilable... no
checking whether Darwin OSAtomic*() is compilable... no
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... yes
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
checking whether Darwin OSSpin*() is compilable... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc.h
config.status: creating include/jemalloc/internal/jemalloc_internal.h
config.status: creating test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating bin/jemalloc.sh
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: include/jemalloc/jemalloc_defs.h is unchanged
config.status: executing include/jemalloc/internal/size_classes.h commands
===============================================================================
jemalloc version : 3.4.0-0-g0ed518e5dab789ad2171bb38977a8927e2a26775
library revision : 1
CC : gcc
CPPFLAGS : -D_REENTRANT
CFLAGS : -std=gnu99 -Wall -pipe -g3 -DRUST_DEBUG -fno-omit-frame-pointer -DUSE_UTF8 -O2 -m32 -fPIC
LDFLAGS : -m32 -fPIC
LIBS :
RPATH_EXTRA :
XSLTPROC : false
XSLROOT :
PREFIX : /usr/local
BINDIR : /usr/local/bin
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
DATADIR : /usr/local/share
MANDIR : /usr/local/share/man
srcroot : /c/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/
abs_srcroot : /c/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/
objroot :
abs_objroot : /c/Users/mthiyaga/Documents/Dev/rust-clean/rust/rt/i686-pc-mingw32/stage0/jemalloc/
JEMALLOC_PREFIX : je_
JEMALLOC_PRIVATE_NAMESPACE
:
install_suffix :
autogen : 0
experimental : 0
cc-silence : 0
debug : 0
stats : 1
prof : 0
prof-libunwind : 0
prof-libgcc : 0
prof-gcc : 0
tcache : 1
fill : 1
utrace : 0
valgrind : 0
xmalloc : 0
mremap : 0
munmap : 1
dss : 0
lazy_lock : 0
tls : 0
===============================================================================
make[1]: Entering directory `/c/Users/mthiyaga/Documents/Dev/rust-clean/rust/rt/i686-pc-mingw32/stage0/jemalloc'
gcc -std=gnu99 -Wall -pipe -g3 -DRUST_DEBUG -fno-omit-frame-pointer -DUSE_UTF8 -O2 -m32 -fPIC -c -D_REENTRANT -I/c/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include -Iinclude -o src/jemalloc.o /c/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1:0: warning: -fPIC ignored for target (all code is position independent)
In file included from include/jemalloc/internal/jemalloc_internal.h:58:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
include/jemalloc/internal/../jemalloc.h:65:32: error: expected ')' before 'void'
In file included from include/jemalloc/internal/jemalloc_internal.h:464:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
include/jemalloc/internal/size_classes.h:691:4: error: #error "No size class definitions match configuration"
In file included from include/jemalloc/internal/jemalloc_internal.h:489:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:58:2: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:58:14: error: field 'JEMALLOC_N' declared as a function
In file included from include/jemalloc/internal/jemalloc_internal.h:492:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:47:28: error: 'NBINS' undeclared here (not in a function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:66:2: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:66:21: error: field 'JEMALLOC_N' declared as a function
In file included from include/jemalloc/internal/jemalloc_internal.h:496:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:42:24: error: 'LG_SIZEOF_LONG' undeclared here (not in a function)
In file included from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:62:0,
from include/jemalloc/internal/jemalloc_internal.h:500,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: error: 'JEMALLOC_N' declared as function returning an array
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:1: warning: parameter names (without types) in function declaration
In file included from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:0:
include/jemalloc/internal/jemalloc_internal.h:522:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:522:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:523:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:523:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:524:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:524:15: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:525:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:525:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:526:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:526:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:527:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:527:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:528:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:528:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:529:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:529:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:530:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:530:15: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:533:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:533:18: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:536:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:536:23: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:545:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:545:19: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:546:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:546:18: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:547:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:547:18: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:18:20: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:549:10: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:549:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:550:6: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:550:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:551:10: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:551:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:552:6: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:552:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:553:6: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:553:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:554:6: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:554:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:556:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:85:5: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:85:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:86:11: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:86:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:87:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:87:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:93:5: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:94:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:95:5: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:96:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:97:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:98:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:99:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:100:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:101:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:102:5: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:559:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:69:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:69:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:70:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:71:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:71:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:72:8: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:72:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:73:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:73:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:74:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:74:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:75:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:76:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:77:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:77:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:78:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:78:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:79:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:79:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:80:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:80:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:81:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:81:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:561:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:132:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:132:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:81:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:134:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:134:15: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ckh.h:81:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:136:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:137:5: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:562:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:73:5: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:74:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:75:5: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:75:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:77:5: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:78:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:79:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:79:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:80:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:80:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:81:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:81:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:82:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/ctl.h:82:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:563:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:51:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:51:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:52:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:52:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:53:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:53:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:54:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:54:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:55:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:55:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:564:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:386:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:386:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:387:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:387:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:388:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:388:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:389:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:389:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:390:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tsd.h:390:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:566:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:49:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:49:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:50:8: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:50:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:51:8: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:51:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:52:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:52:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:567:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/extent.h:38:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:568:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:388:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:402:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:402:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:403:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:404:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:405:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:406:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:407:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:407:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:408:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:408:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:409:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:409:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:410:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:410:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:411:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:411:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:412:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:413:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:414:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:415:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:416:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:417:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:418:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:419:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:420:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:420:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:421:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:422:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:423:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:425:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:426:12: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:426:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:427:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:427:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:428:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:430:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:431:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:431:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:432:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:432:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:433:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:433:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:434:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:434:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:435:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:435:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:569:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:12:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:12:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:13:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:13:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:14:16: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:14:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:15:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:15:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:16:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:16:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:17:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:17:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:18:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:18:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:570:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:30:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:30:16: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:34:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:34:23: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:36:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:36:22: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:38:18: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:40:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:40:16: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:41:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:41:16: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:42:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:42:16: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:43:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:43:16: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:44:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:44:16: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/base.h:19:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:46:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:47:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:48:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:48:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:49:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:49:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:50:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:50:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:51:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:51:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:52:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:52:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:53:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:53:1: warning: parameter names (without types) in function declaration
In file included from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:62:0,
from include/jemalloc/internal/jemalloc_internal.h:570,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:24:12: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:24:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:25:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:25:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:26:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:26:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:27:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:27:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:28:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:28:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:29:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:29:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:30:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:30:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:31:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_dss.h:31:1: warning: parameter names (without types) in function declaration
In file included from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk.h:63:0,
from include/jemalloc/internal/jemalloc_internal.h:570,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:12:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:12:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:14:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:14:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:15:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:15:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:571:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:13:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:13:18: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:15:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:14:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:14:18: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:15:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:15:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:15:16: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:15:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:18:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:18:23: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/chunk_mmap.h:15:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:20:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:20:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:21:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:21:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:22:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:23:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:24:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:25:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:26:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:26:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:27:8: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:27:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:28:13: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:28:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:29:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:29:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:30:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:30:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:31:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:31:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:32:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:32:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:33:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/huge.h:33:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:572:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:38:10: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:39:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:39:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:40:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:40:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:41:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:41:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:573:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:89:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:89:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:41:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:90:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:92:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:92:27: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:90:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:98:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:98:17: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:90:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:101:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:101:17: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:90:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:103:8: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:103:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:104:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:104:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:105:7: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:106:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:107:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:108:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:109:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:110:5: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:111:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:111:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:112:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:112:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:113:11: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:113:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:114:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:114:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:115:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:115:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:116:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:116:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:117:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:117:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:118:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:118:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:575:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:32:15: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:32:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:33:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:33:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:34:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:34:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:35:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:35:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:576:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:184:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:184:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:35:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:191:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:191:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:35:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:192:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:192:15: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:35:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:193:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:194:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:194:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:193:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:195:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:195:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:193:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:196:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:196:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:193:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:197:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:197:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:193:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:198:13: error: 'JEMALLOC_N' declared as function returning an array
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:198:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:207:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:207:17: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:198:13: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:213:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:213:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:198:13: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:215:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:215:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:216:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:216:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:217:17: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:217:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:218:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:218:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:219:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:219:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:220:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:220:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:221:15: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:221:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:222:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:222:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:223:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:223:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:224:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:224:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:225:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:225:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:226:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:226:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:227:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:227:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:228:6: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:228:1: warning: parameter names (without types) in function declaration
In file included from include/jemalloc/internal/jemalloc_internal.h:582:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:118:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:118:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:213:13: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:118:1: warning: type of 'pow2_ceil' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:121:2: error: 'x' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:121:2: note: each undeclared identifier is reported only once for each function it appears in
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:136:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:136:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:118:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:136:1: warning: type of 'set_errno' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:140:15: error: 'errnum' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:144:1: warning: no return statement in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:148:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:148:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:136:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:148:1: warning: type of 'get_errno' defaults to 'int'
In file included from include/jemalloc/internal/jemalloc_internal.h:583:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:192:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:192:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/util.h:148:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:192:1: warning: type of 'atomic_add_uint32' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:197:14: error: 'x' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:197:25: error: 'p' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:205:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:205:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:192:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:205:1: warning: type of 'atomic_sub_uint32' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:208:2: error: 'x' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:211:25: error: 'p' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:252:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:252:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:205:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:252:1: warning: type of 'atomic_add_z' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:260:1: warning: no return statement in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:263:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:263:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:252:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:263:1: warning: type of 'atomic_sub_z' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:273:1: warning: no return statement in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:278:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:278:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:263:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:278:1: warning: type of 'atomic_add_u' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:286:1: warning: no return statement in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:289:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:289:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:278:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:289:1: warning: type of 'atomic_sub_u' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:299:1: warning: no return statement in function returning non-void
In file included from include/jemalloc/internal/jemalloc_internal.h:587:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:151:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:151:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/atomic.h:289:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:151:1: warning: type of 'stats_cactive_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:154:10: error: 'atomic_add_z' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:154:10: error: 'stats_cactive' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:158:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:158:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:151:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:158:1: warning: type of 'stats_cactive_add' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:161:2: error: 'atomic_add_z' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:161:16: error: 'stats_cactive' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:161:31: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:162:1: warning: no return statement in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:165:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:165:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:158:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:165:1: warning: type of 'stats_cactive_sub' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:168:2: error: 'atomic_sub_z' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:168:16: error: 'stats_cactive' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:168:31: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:169:1: warning: no return statement in function returning non-void
In file included from include/jemalloc/internal/jemalloc_internal.h:589:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:68:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:68:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/stats.h:165:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:68:1: warning: type of 'malloc_mutex_lock' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:73:25: error: 'mutex' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:80:1: warning: no return statement in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:83:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:83:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:68:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:83:1: warning: type of 'malloc_mutex_unlock' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:88:25: error: 'mutex' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:95:1: warning: no return statement in function returning non-void
In file included from include/jemalloc/internal/jemalloc_internal.h:591:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mb.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mb.h:32:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mb.h:32:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mutex.h:83:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mb.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mb.h:32:1: warning: type of 'mb_write' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mb.h:56:1: warning: no return statement in function returning non-void
In file included from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:0:
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:611:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:611:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/mb.h:32:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:611:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:611:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:228:6: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:613:1: error: conflicting types for 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:611:1: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:613:1: warning: type of 'arenas_tsd_cleanup_wrapper' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_tsd' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_cleanup' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'malloc_tsd_dalloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:613:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:613:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:613:1: warning: type of 'arenas_tsd_boot' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_tsd' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_cleanup' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'malloc_tsd_cleanup_register' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_tsd_cleanup_wrapper' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_booted' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:613:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:613:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:613:1: warning: type of 'arenas_tsd_get_wrapper' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_tsd' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'malloc_tsd_malloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'malloc_write' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:613:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:613:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:613:1: warning: type of 'arenas_tsd_get' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_booted' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_tsd_get_wrapper' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:613:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:613:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:613:1: warning: type of 'arenas_tsd_set' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_booted' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_tsd_get_wrapper' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'val' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'arenas_cleanup' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:613:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:620:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:620:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:613:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:620:1: warning: type of 's2u' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:623:6: error: 'size' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:623:14: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:624:11: error: 'arena_bin_info' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:625:14: error: 'arena_maxclass' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:626:11: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:627:10: error: 'chunksize_mask' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:635:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:635:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:620:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:635:1: warning: type of 'sa2u' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:639:2: error: 'alignment' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:639:2: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:655:10: error: 'size' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:665:15: error: 'arena_maxclass' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:665:46: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:666:16: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:667:12: error: 'arena_bin_info' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:704:11: error: 'chunksize_mask' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:709:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:709:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:635:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:709:1: warning: type of 'narenas_total_get' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:713:2: error: 'malloc_mutex_lock' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:713:21: error: 'arenas_lock' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:714:12: error: 'narenas_total' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:715:2: error: 'malloc_mutex_unlock' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:722:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:722:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:709:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:722:1: warning: type of 'choose_arena' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:726:6: error: 'arena' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:729:14: error: 'arenas_tsd_get' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:730:9: error: 'choose_arena_hard' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:731:3: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:734:2: warning: return makes integer from pointer without a cast
In file included from include/jemalloc/internal/jemalloc_internal.h:738:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:68:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:68:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:722:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:68:1: warning: type of 'bitmap_full' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:70:19: error: 'binfo' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:71:16: error: 'bitmap' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:77:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:77:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:68:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:77:1: warning: type of 'bitmap_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:82:2: error: 'bit' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:82:2: error: 'binfo' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:82:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:84:6: error: 'bitmap' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:89:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:89:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:77:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:89:1: warning: type of 'bitmap_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:95:2: error: 'bit' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:95:2: error: 'binfo' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:95:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:96:2: error: 'bitmap_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:96:2: error: 'bitmap' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:123:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:123:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:89:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:123:1: warning: type of 'bitmap_sfu' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:129:2: error: 'bitmap_full' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:129:2: error: 'bitmap' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:129:2: error: 'binfo' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:129:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:133:2: warning: implicit declaration of function 'ffsl'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:140:2: error: 'bitmap_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:145:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:145:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:123:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:145:1: warning: type of 'bitmap_unset' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:152:2: error: 'bit' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:152:2: error: 'binfo' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:152:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:153:2: error: 'bitmap_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:153:2: error: 'bitmap' undeclared (first use in this function)
In file included from include/jemalloc/internal/jemalloc_internal.h:739:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/bitmap.h:145:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: warning: type of 'rtree_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: error: 'rtree' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: warning: left-hand operand of comma expression has no effect
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: error: 'key' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: error: 'LG_SIZEOF_PTR' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:126:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:126:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:120:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:126:1: warning: type of 'rtree_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:132:2: error: 'malloc_mutex_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:132:21: error: 'rtree' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:133:45: warning: left-hand operand of comma expression has no effect
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:137:13: error: 'key' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:137:43: error: 'LG_SIZEOF_PTR' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:141:20: error: 'base_alloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:144:5: error: 'malloc_mutex_unlock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:156:17: error: 'val' undeclared (first use in this function)
In file included from include/jemalloc/internal/jemalloc_internal.h:745:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:484:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:484:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/rtree.h:126:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:484:1: warning: type of 'arena_mapp_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:487:2: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:487:2: error: 'map_bias' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:487:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:488:2: error: 'chunk_npages' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:490:11: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:494:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:494:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:484:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:494:1: warning: type of 'arena_mapbitsp_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:497:11: error: 'arena_mapp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:497:26: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:497:33: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:501:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:501:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:494:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:501:1: warning: type of 'arena_mapbits_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:504:11: error: 'arena_mapbitsp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:504:30: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:504:37: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:508:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:508:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:501:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:508:1: warning: type of 'arena_mapbits_unallocated_size_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:512:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:512:30: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:512:37: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:513:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:514:21: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:518:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:518:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:508:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:518:1: warning: type of 'arena_mapbits_large_size_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:522:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:522:30: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:522:37: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:523:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:525:21: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:529:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:529:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:518:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:529:1: warning: type of 'arena_mapbits_small_runind_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:533:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:533:30: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:533:37: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:534:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:536:21: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:540:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:540:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:529:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:540:1: warning: type of 'arena_mapbits_binind_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:545:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:545:30: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:545:37: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:547:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:552:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:552:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:540:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:552:1: warning: type of 'arena_mapbits_dirty_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:556:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:556:30: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:556:37: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:561:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:561:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:552:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:561:1: warning: type of 'arena_mapbits_unzeroed_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:565:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:565:30: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:565:37: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:570:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:570:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:561:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:570:1: warning: type of 'arena_mapbits_large_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:574:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:574:30: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:574:37: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:579:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:579:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:570:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:579:1: warning: type of 'arena_mapbits_allocated_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:583:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:583:30: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:583:37: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:588:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:588:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:579:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:588:1: warning: type of 'arena_mapbits_unallocated_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:593:13: error: 'arena_mapbitsp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:593:32: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:593:39: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:594:2: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:594:2: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:594:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:595:2: error: 'flags' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:601:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:601:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:588:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:601:1: warning: type of 'arena_mapbits_unallocated_size_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:606:13: error: 'arena_mapbitsp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:606:32: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:606:39: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:607:2: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:607:2: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:607:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:613:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:613:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:601:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:613:1: warning: type of 'arena_mapbits_large_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:619:13: error: 'arena_mapbitsp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:619:32: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:619:39: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:620:2: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:620:2: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:620:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:621:2: error: 'flags' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:628:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:628:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:613:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:628:1: warning: type of 'arena_mapbits_large_binind_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:633:2: error: 'binind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:633:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:634:13: error: 'arena_mapbitsp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:634:32: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:634:39: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:635:2: error: 'arena_mapbits_large_size_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:635:2: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:641:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:641:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:628:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:641:1: warning: type of 'arena_mapbits_small_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:647:2: error: 'binind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:647:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:648:13: error: 'arena_mapbitsp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:648:32: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:648:39: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:649:2: error: 'runind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:649:2: error: 'map_bias' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:650:2: error: 'flags' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:652:25: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:657:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:657:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:641:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:657:1: warning: type of 'arena_mapbits_unzeroed_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:662:13: error: 'arena_mapbitsp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:662:32: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:662:39: error: 'pageind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:663:50: error: 'unzeroed' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:664:1: warning: no return statement in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:667:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:667:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:657:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:667:1: warning: type of 'arena_prof_accum_impl' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:670:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:671:2: error: 'prof_interval' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:673:2: error: 'arena' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:673:28: error: 'accumbytes' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:682:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:682:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:667:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:682:1: warning: type of 'arena_prof_accum_locked' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:685:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:687:6: error: 'prof_interval' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:689:10: error: 'arena_prof_accum_impl' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:689:32: error: 'arena' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:689:39: error: 'accumbytes' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:693:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:693:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:682:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:693:1: warning: type of 'arena_prof_accum' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:696:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:698:6: error: 'prof_interval' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:704:3: error: 'malloc_mutex_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:704:22: error: 'arena' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:705:9: error: 'arena_prof_accum_impl' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:705:38: error: 'accumbytes' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:706:3: error: 'malloc_mutex_unlock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:712:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:712:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:693:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:712:1: warning: type of 'arena_ptr_small_binind_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:716:12: error: 'mapbits' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:728:3: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:730:28: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:730:28: error: 'chunksize_mask' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:732:52: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:733:20: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:735:3: error: 'arena_mapbits_large_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:736:3: error: 'arena_mapbits_allocated_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:742:15: error: 'arena_bin_info' undeclared (first use in this function)
In file included from include/jemalloc/internal/jemalloc_internal.h:747:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:142:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:142:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:712:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:142:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:142:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:228:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:142:1: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: warning: type of 'tcache_tsd_cleanup_wrapper' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_thread_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'malloc_tsd_dalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: warning: type of 'tcache_tsd_boot' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_thread_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'malloc_tsd_cleanup_register' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_tsd_cleanup_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: warning: type of 'tcache_tsd_get_wrapper' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'malloc_tsd_malloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: warning: type of 'tcache_tsd_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_tsd_get_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: warning: type of 'tcache_tsd_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_tsd_get_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'val' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'tcache_thread_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:146:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:146:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:144:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:146:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:146:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:228:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:146:1: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: warning: type of 'tcache_enabled_tsd_cleanup_wrapper' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'tcache_enabled_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'malloc_tsd_dalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: warning: type of 'tcache_enabled_tsd_boot' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'tcache_enabled_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'malloc_tsd_cleanup_register' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'tcache_enabled_tsd_cleanup_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'tcache_enabled_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: warning: type of 'tcache_enabled_tsd_get_wrapper' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'tcache_enabled_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'malloc_tsd_malloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: warning: type of 'tcache_enabled_tsd_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'tcache_enabled_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'tcache_enabled_tsd_get_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: warning: type of 'tcache_enabled_tsd_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'tcache_enabled_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'tcache_enabled_tsd_get_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'val' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:151:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:151:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:148:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:151:1: warning: type of 'tcache_flush' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:155:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:157:12: error: 'tcache_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:159:3: warning: 'return' with no value, in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:160:2: error: 'tcache_destroy' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:162:2: error: 'tcache_tsd_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:166:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:166:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:151:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:166:1: warning: type of 'tcache_enabled_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:170:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:172:20: error: 'tcache_enabled_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:174:38: error: 'opt_tcache' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:175:3: error: 'tcache_enabled_tsd_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:182:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:182:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:166:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:182:1: warning: type of 'tcache_enabled_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:187:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:189:37: error: 'enabled' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:190:2: error: 'tcache_enabled_tsd_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:191:12: error: 'tcache_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:195:4: error: 'tcache_tsd_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:199:4: error: 'tcache_destroy' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:210:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:210:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:182:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:210:1: warning: type of 'tcache_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:215:3: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:217:3: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:219:12: error: 'tcache_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:222:4: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:224:8: error: 'create' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:236:5: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:238:8: error: 'tcache_enabled_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:239:5: error: 'tcache_enabled_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:240:5: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:242:12: error: 'tcache_create' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:242:26: error: 'choose_arena' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:250:4: error: 'tcache_tsd_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:251:4: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:254:4: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:255:3: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:258:2: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:262:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:262:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:210:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:262:1: warning: type of 'tcache_event' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:266:3: warning: 'return' with no value, in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:268:2: error: 'tcache' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:269:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:271:3: error: 'tcache_event_hard' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:275:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:275:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:262:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:275:1: warning: type of 'tcache_alloc_easy' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:279:6: error: 'tbin' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:281:3: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:287:2: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:291:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:291:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:275:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:291:1: warning: type of 'tcache_alloc_small' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:297:11: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:298:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:299:10: error: 'tcache' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:300:8: error: 'tcache_alloc_easy' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:302:9: error: 'tcache_alloc_small_hard' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:304:4: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:306:2: error: 'tcache_salloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:306:2: error: 'arena_bin_info' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:308:6: error: 'zero' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:310:8: error: 'opt_junk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:311:5: error: 'arena_alloc_junk_small' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:313:15: error: 'opt_zero' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:330:2: error: 'tcache_event' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:331:2: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:335:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:335:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:291:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:335:1: warning: type of 'tcache_alloc_large' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:341:2: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:341:9: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:342:2: error: 'tcache_maxclass' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:342:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:344:2: error: 'nhbins' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:345:10: error: 'tcache' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:346:8: error: 'tcache_alloc_easy' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:352:9: error: 'arena_malloc_large' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:352:49: error: 'zero' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:354:4: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:356:22: error: 'prof_promote' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:358:25: error: 'chunksize_mask' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:361:4: error: 'arena_mapbits_large_binind_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:366:9: error: 'opt_junk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:368:14: error: 'opt_zero' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:383:2: error: 'tcache_event' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:384:2: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:388:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:388:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:335:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:388:1: warning: type of 'tcache_dalloc_small' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:393:2: error: 'tcache_salloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:393:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:393:2: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:393:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:395:21: error: 'opt_junk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:396:3: error: 'arena_dalloc_junk_small' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:396:33: error: 'arena_bin_info' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:396:48: error: 'binind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:398:10: error: 'tcache' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:399:15: error: 'tcache_bin_info' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:401:3: error: 'tcache_bin_flush_small' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:408:2: error: 'tcache_event' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:412:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:412:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:388:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:412:1: warning: type of 'tcache_dalloc_large' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:418:2: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:418:2: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:418:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:419:2: error: 'tcache_salloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:419:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:419:2: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:420:2: error: 'tcache_maxclass' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:424:21: error: 'opt_junk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:427:10: error: 'tcache' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:428:15: error: 'tcache_bin_info' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:430:3: error: 'tcache_bin_flush_large' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:437:2: error: 'tcache_event' undeclared (first use in this function)
In file included from include/jemalloc/internal/jemalloc_internal.h:749:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:754:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:754:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/tcache.h:412:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:754:1: warning: type of 'arena_bin_index' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:756:18: error: 'bin' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:756:24: error: 'arena' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:757:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:762:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:762:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:754:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:762:1: warning: type of 'arena_run_regind' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:771:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:771:2: error: 'run' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:771:2: error: 'bin_info' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:771:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:783:2: warning: implicit declaration of function 'ffs'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:834:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:834:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:762:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:834:1: warning: type of 'arena_prof_ctx_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:840:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:841:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:842:2: error: 'chunksize_mask' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:845:51: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:846:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:849:7: error: 'prof_promote' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:855:20: error: 'arena_ptr_small_binind_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:857:34: error: 'arena_bin_info' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:860:13: error: 'arena_run_regind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:866:9: error: 'arena_mapp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:868:2: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:872:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:872:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:834:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:872:1: warning: type of 'arena_prof_ctx_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:877:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:878:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:879:2: error: 'chunksize_mask' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:882:51: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:883:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:886:7: error: 'prof_promote' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:894:13: error: 'arena_ptr_small_binind_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:895:16: error: 'arena_bin_info' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:896:13: error: 'arena_run_regind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:899:46: error: 'ctx' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:903:3: error: 'arena_mapp_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:907:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:907:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:872:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:907:1: warning: type of 'arena_malloc' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:911:2: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:911:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:912:2: error: 'arena_maxclass' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:914:14: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:915:7: error: 'try_tcache' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:915:31: error: 'tcache_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:916:12: error: 'tcache_alloc_small' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:916:45: error: 'zero' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:918:12: error: 'arena_malloc_small' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:918:31: error: 'choose_arena' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:918:44: error: 'arena' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:926:29: error: 'tcache_maxclass' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:928:12: error: 'tcache_alloc_large' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:930:12: error: 'arena_malloc_large' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:938:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:938:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:907:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:938:1: warning: type of 'arena_salloc' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:944:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:944:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:945:2: error: 'chunksize_mask' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:948:51: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:949:2: error: 'arena_mapbits_allocated_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:950:11: error: 'arena_mapbits_binind_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:951:50: error: 'demote' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:952:6: error: 'prof_promote' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:952:22: error: 'arena_mapbits_large_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:960:9: error: 'arena_mapbits_large_size_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:962:3: error: 'chunk_npages' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:967:3: error: 'arena_mapbits_dirty_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:974:3: error: 'arena_ptr_small_binind_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:974:3: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:977:9: error: 'arena_bin_info' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:984:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:984:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:938:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:984:1: warning: type of 'arena_dalloc' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:989:2: error: 'arena' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:989:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:990:2: error: 'chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:991:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:992:2: error: 'chunksize_mask' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:994:51: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:995:12: error: 'arena_mapbits_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:996:2: error: 'arena_mapbits_allocated_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:999:7: error: 'try_tcache' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:999:31: error: 'tcache_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:1002:13: error: 'arena_ptr_small_binind_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:1003:4: error: 'tcache_dalloc_small' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:1005:4: error: 'arena_dalloc_small' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:1007:17: error: 'arena_mapbits_large_size_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:1011:29: error: 'tcache_maxclass' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:1013:4: error: 'tcache_dalloc_large' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:1015:4: error: 'arena_dalloc_large' undeclared (first use in this function)
In file included from include/jemalloc/internal/jemalloc_internal.h:751:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:30:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:30:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/arena.h:984:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:30:1: warning: type of 'hash_rotl_32' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:33:10: error: 'x' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:33:15: error: 'r' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:37:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:37:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:30:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:37:1: warning: type of 'hash_rotl_64' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:39:10: error: 'x' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:39:15: error: 'r' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:43:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:43:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:37:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:43:1: warning: type of 'hash_get_block_32' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:46:9: error: 'p' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:46:11: error: 'i' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:50:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:50:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:43:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:50:1: warning: type of 'hash_get_block_64' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:53:9: error: 'p' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:53:11: error: 'i' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:57:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:57:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:50:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:57:1: warning: type of 'hash_fmix_32' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:60:2: error: 'h' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:70:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:70:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:57:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:70:1: warning: type of 'hash_fmix_64' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:73:2: error: 'k' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:83:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:83:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:70:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:83:1: warning: type of 'hash_x86_32' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:85:42: error: 'key' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:86:22: error: 'len' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:88:16: error: 'seed' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:99:18: error: 'hash_get_block_32' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:102:9: error: 'hash_rotl_32' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:128:7: error: 'hash_fmix_32' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:134:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:134:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:83:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:134:1: warning: type of 'hash_x86_128' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:137:43: error: 'key' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:138:22: error: 'len' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:140:16: error: 'seed' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:156:18: error: 'hash_get_block_32' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:161:19: error: 'hash_rotl_32' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:223:7: error: 'hash_fmix_32' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:231:2: error: 'r_out' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:233:1: warning: no return statement in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:236:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:236:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:134:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:236:1: warning: type of 'hash_x64_128' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:239:42: error: 'key' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:240:22: error: 'len' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:242:16: error: 'seed' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:254:18: error: 'hash_get_block_64' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:257:19: error: 'hash_rotl_64' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:303:7: error: 'hash_fmix_64' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:309:2: error: 'r_out' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:311:1: warning: no return statement in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:317:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:317:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:236:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:317:1: warning: type of 'hash' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:323:2: error: 'hash_x86_128' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:323:15: error: 'key' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:323:20: error: 'len' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:323:25: error: 'seed' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:324:2: error: 'r_hash' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:327:1: warning: no return statement in function returning non-void
In file included from include/jemalloc/internal/jemalloc_internal.h:752:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:48:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:48:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/hash.h:317:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:48:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:48:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:228:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:48:1: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: warning: type of 'quarantine_tsd_cleanup_wrapper' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'malloc_tsd_dalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: warning: type of 'quarantine_tsd_boot' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'malloc_tsd_cleanup_register' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_tsd_cleanup_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: warning: type of 'quarantine_tsd_get_wrapper' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'malloc_tsd_malloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: warning: type of 'quarantine_tsd_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_tsd_get_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: warning: type of 'quarantine_tsd_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_tsd_get_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'val' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'quarantine_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:53:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:53:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:50:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:53:1: warning: type of 'quarantine_alloc_hook' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:2: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:228:6: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:57:2: error: 'opt_quarantine' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:57:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:59:2: error: 'quarantine' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:59:16: error: 'quarantine_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:61:3: error: 'quarantine_init' undeclared (first use in this function)
In file included from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:0:
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:780:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:780:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:53:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:780:1: warning: type of 'imallocx' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:783:2: error: 'size' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:783:2: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:785:14: error: 'arena_maxclass' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:786:11: error: 'arena_malloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:786:24: error: 'arena' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:786:44: error: 'try_tcache' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:788:11: error: 'huge_malloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:792:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:792:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:780:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:792:1: warning: type of 'imalloc' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:795:10: error: 'imallocx' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:795:19: error: 'size' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:799:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:799:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:792:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:799:1: warning: type of 'icallocx' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:802:6: error: 'size' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:802:14: error: 'arena_maxclass' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:803:11: error: 'arena_malloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:803:24: error: 'arena' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:803:43: error: 'try_tcache' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:805:11: error: 'huge_malloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:809:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:809:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:799:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:809:1: warning: type of 'icalloc' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:812:10: error: 'icallocx' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:812:19: error: 'size' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:816:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:816:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:809:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:816:1: warning: type of 'ipallocx' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:821:2: error: 'usize' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:821:2: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:822:2: error: 'sa2u' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:822:2: error: 'alignment' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:824:15: error: 'arena_maxclass' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:824:46: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:825:9: error: 'arena_malloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:825:22: error: 'arena' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:825:36: error: 'zero' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:825:42: error: 'try_tcache' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:828:10: error: 'arena_palloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:828:23: error: 'choose_arena' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:830:27: error: 'chunksize' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:831:10: error: 'huge_malloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:833:10: error: 'huge_palloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:837:2: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:841:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:841:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:816:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:841:1: warning: type of 'ipalloc' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:844:10: error: 'ipallocx' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:844:19: error: 'usize' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:844:26: error: 'alignment' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:844:37: error: 'zero' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:853:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:853:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:841:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:853:1: warning: type of 'isalloc' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:858:2: error: 'ptr' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:858:2: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:860:2: error: 'demote' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:862:27: error: 'chunksize_mask' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:864:9: error: 'arena_salloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:866:9: error: 'huge_salloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:872:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:872:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:853:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:872:1: warning: type of 'ivsalloc' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:876:6: error: 'rtree_get' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:876:16: error: 'chunks_rtree' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:876:41: error: 'ptr' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:876:41: error: 'chunksize_mask' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:879:10: error: 'isalloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:879:23: error: 'demote' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:883:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:883:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:872:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:883:1: warning: type of 'u2rz' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:887:6: error: 'usize' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:887:15: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:889:9: error: 'arena_bin_info' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:897:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:897:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:883:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:897:1: warning: type of 'p2rz' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:899:17: error: 'isalloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:899:25: error: 'ptr' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:901:10: error: 'u2rz' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:905:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:905:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:897:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:905:1: warning: type of 'idallocx' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:909:2: error: 'ptr' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:909:2: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:911:27: error: 'chunksize_mask' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:913:3: error: 'arena_dalloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:913:42: error: 'try_tcache' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:915:3: error: 'huge_dalloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:919:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:919:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:905:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:919:1: warning: type of 'idalloc' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:922:2: error: 'idallocx' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:922:11: error: 'ptr' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:923:1: warning: no return statement in function returning non-void
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:926:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:926:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:919:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:926:1: warning: type of 'iqallocx' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:929:21: error: 'opt_quarantine' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:930:3: error: 'quarantine' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:930:14: error: 'ptr' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:932:3: error: 'idallocx' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:932:17: error: 'try_tcache' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:933:1: warning: no return statement in function returning non-void
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:936:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:936:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:926:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:936:1: warning: type of 'iqalloc' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:939:2: error: 'iqallocx' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:939:11: error: 'ptr' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:940:1: warning: no return statement in function returning non-void
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:943:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:943:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:936:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:943:1: warning: type of 'irallocx' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:949:2: error: 'ptr' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:949:2: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:950:2: error: 'size' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:952:12: error: 'isalloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:954:6: error: 'alignment' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:962:7: error: 'no_move' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:963:4: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h:964:11: error: 'sa2u' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:964:23: error: 'extra' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:966:4: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h:967:9: error: 'ipallocx' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:967:36: error: 'zero' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:967:42: error: 'try_tcache_alloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:967:60: error: 'arena' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:970:5: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h:974:5: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h:978:5: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h:987:3: error: 'iqallocx' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:987:17: error: 'try_tcache_dalloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:988:3: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h:992:15: error: 'arena_maxclass' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:993:12: error: 'arena_ralloc_no_move' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:996:12: error: 'huge_ralloc_no_move' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1001:12: error: 'arena_ralloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1005:12: error: 'huge_ralloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:1012:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:1012:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:943:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:1012:1: warning: type of 'iralloc' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:1016:10: error: 'irallocx' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1016:19: error: 'ptr' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1016:24: error: 'size' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1016:30: error: 'extra' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1016:37: error: 'alignment' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1016:48: error: 'zero' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1016:54: error: 'no_move' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:1020:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:1020:1: error: conflicting types for 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:1012:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:1020:1: warning: parameter names (without types) in function declaration
include/jemalloc/internal/jemalloc_internal.h:1020:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: conflicting types for 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:1020:1: note: previous declaration of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:1022:1: warning: type of 'thread_allocated_tsd_cleanup_wrapper' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'thread_allocated_tsd' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'malloc_tsd_dalloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:1022:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:1022:1: warning: type of 'thread_allocated_tsd_boot' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'thread_allocated_tsd' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'malloc_tsd_cleanup_register' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'thread_allocated_tsd_cleanup_wrapper' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'thread_allocated_booted' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:1022:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:1022:1: warning: type of 'thread_allocated_tsd_get_wrapper' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'thread_allocated_tsd' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'malloc_tsd_malloc' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'malloc_write' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:1022:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:1022:1: warning: type of 'thread_allocated_tsd_get' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'thread_allocated_booted' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'thread_allocated_tsd_get_wrapper' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: warning: return makes integer from pointer without a cast
include/jemalloc/internal/jemalloc_internal.h: At top level:
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'JEMALLOC_N' declared as function returning a function
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: redefinition of 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:1022:1: note: previous definition of 'JEMALLOC_N' was here
include/jemalloc/internal/jemalloc_internal.h: In function 'JEMALLOC_N':
include/jemalloc/internal/jemalloc_internal.h:1022:1: warning: type of 'thread_allocated_tsd_set' defaults to 'int'
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'thread_allocated_booted' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'malloc_printf' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'thread_allocated_tsd_get_wrapper' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'val' undeclared (first use in this function)
include/jemalloc/internal/jemalloc_internal.h:1022:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
In file included from include/jemalloc/internal/jemalloc_internal.h:1025:0,
from c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:2:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:302:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:302:1: error: conflicting types for 'JEMALLOC_N'
include/jemalloc/internal/jemalloc_internal.h:1022:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:302:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:302:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:302:1: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: warning: type of 'prof_tdata_tsd_cleanup_wrapper' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'malloc_tsd_dalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: warning: type of 'prof_tdata_tsd_boot' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'malloc_tsd_cleanup_register' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_tsd_cleanup_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: warning: type of 'prof_tdata_tsd_get_wrapper' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_tsd' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'malloc_tsd_malloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: warning: type of 'prof_tdata_tsd_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_tsd_get_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: warning: type of 'prof_tdata_tsd_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_booted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_tsd_get_wrapper' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'val' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'prof_tdata_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: error: 'malloc_tsd_no_cleanup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:307:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:307:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:304:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:307:1: warning: type of 'prof_tdata_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:311:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:313:16: error: 'prof_tdata_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:314:6: error: 'create' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:315:16: error: 'prof_tdata_init' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:317:2: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:321:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:321:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:307:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:321:1: warning: type of 'prof_sample_threshold_update' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:326:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:346:2: error: 'prof_tdata' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:350:48: error: 'opt_lg_prof_sample' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:355:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:355:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:321:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:355:1: warning: type of 'prof_ctx_get' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:360:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:361:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:363:27: error: 'chunksize_mask' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:366:9: error: 'arena_prof_ctx_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:368:9: error: 'huge_prof_ctx_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:370:2: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:374:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:374:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:355:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:374:1: warning: type of 'prof_ctx_set' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:378:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:379:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:381:27: error: 'chunksize_mask' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:384:3: error: 'arena_prof_ctx_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:384:27: error: 'ctx' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:386:3: error: 'huge_prof_ctx_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:390:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:390:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:374:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:390:1: warning: type of 'prof_sample_accum_update' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:394:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:396:2: error: 'opt_lg_prof_sample' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:398:15: error: 'prof_tdata_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:403:6: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:406:3: error: 'prof_sample_threshold_update' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:419:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:419:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:390:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:419:1: warning: type of 'prof_malloc' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:422:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:423:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:424:2: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:424:2: error: 'isalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:426:6: error: 'opt_lg_prof_sample' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:427:7: error: 'prof_sample_accum_update' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:435:4: error: 'cnt' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:440:3: error: 'prof_ctx_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:444:3: error: 'mb_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:448:7: error: 'opt_prof_accum' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:464:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:464:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:419:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:464:1: warning: type of 'prof_realloc' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:469:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:470:2: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:470:2: error: 'cnt' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:473:3: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:473:3: error: 'isalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:474:7: error: 'opt_lg_prof_sample' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:475:8: error: 'prof_sample_accum_update' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:489:17: error: 'old_ctx' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:490:14: error: 'prof_lookup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:496:4: error: 'malloc_mutex_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:498:36: error: 'old_size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:499:4: error: 'malloc_mutex_unlock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:508:3: error: 'prof_ctx_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:513:2: error: 'mb_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:522:7: error: 'opt_prof_accum' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:539:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:539:1: error: redefinition of 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:464:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:539:1: warning: type of 'prof_free' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:541:20: error: 'prof_ctx_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:541:33: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:543:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:547:3: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:547:3: error: 'isalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:548:10: error: 'prof_lookup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:553:4: error: 'mb_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:569:4: error: 'malloc_mutex_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:572:4: error: 'malloc_mutex_unlock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:7:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:7:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/prof.h:539:1: note: previous definition of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:7:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:7:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:7:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:8:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:9:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:8:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:8:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:9:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:13:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:13:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:13:6: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:20:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:20:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:20:6: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:27:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:27:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:27:8: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:28:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:28:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:28:6: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:29:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:29:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:29:6: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:30:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:30:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:30:6: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:31:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:31:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:31:6: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:32:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:32:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:32:6: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:33:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:33:1: error: function 'JEMALLOC_N' is initialized like a variable
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:33:8: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:35:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:35:10: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:37:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:37:17: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:38:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:38:13: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:39:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:39:11: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:40:1: warning: parameter names (without types) in function declaration
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:40:11: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function '_init_init_lock':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:67:2: error: 'malloc_mutex_init' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:123:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:123:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:123:1: warning: type of 'arenas_extend' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:127:19: error: 'base_alloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:128:21: error: 'arena_new' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:128:36: error: 'ind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:129:3: error: 'arenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:130:3: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:140:2: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:141:6: error: 'opt_abort' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:149:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:149:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:149:1: warning: type of 'choose_arena_hard' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:153:6: error: 'narenas_auto' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:158:3: error: 'malloc_mutex_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:158:22: error: 'arenas_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:159:3: error: 'arenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:159:3: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:192:10: error: 'arenas_extend' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:195:3: error: 'malloc_mutex_unlock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:203:2: error: 'arenas_tsd_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:205:2: warning: return makes integer from pointer without a cast
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'stats_print_atexit':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:222:25: error: 'narenas_total_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:223:21: error: 'arenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:233:5: error: 'malloc_mutex_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:235:6: error: 'tcache_stats_merge' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:237:5: error: 'malloc_mutex_unlock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:276:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:276:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:276:1: warning: type of 'arenas_cleanup' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:278:32: error: 'arg' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:280:2: error: 'malloc_mutex_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:280:21: error: 'arenas_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:282:2: error: 'malloc_mutex_unlock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'malloc_thread_init':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:298:21: error: 'opt_quarantine' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:299:3: error: 'quarantine_alloc_hook' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'malloc_conf_next':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:347:5: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'malloc_conf_error':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:394:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'malloc_conf_init':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:411:3: error: 'opt_valgrind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:413:4: error: 'opt_junk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:414:4: error: 'opt_zero' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:414:4: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:415:4: error: 'opt_quarantine' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:416:4: error: 'opt_redzone' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:419:4: error: 'opt_tcache' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:575:4: error: 'opt_abort' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:583:4: error: 'set_errno' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:583:4: error: 'malloc_strtoumax' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:583:4: error: 'get_errno' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:583:4: error: 'STATIC_PAGE_SHIFT' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:583:4: error: 'opt_lg_chunk' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:590:18: error: 'dss_prec_names' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:592:11: error: 'chunk_dss_prec_set' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:610:4: error: 'opt_narenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:612:4: error: 'opt_lg_dirty_mult' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:614:4: error: 'opt_stats_print' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:623:5: error: 'opt_utrace' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:629:5: error: 'opt_xmalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:633:5: error: 'opt_lg_tcache_max' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:638:5: error: 'opt_prof' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:639:5: error: 'opt_prof_prefix' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:641:5: error: 'opt_prof_active' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:642:5: error: 'opt_lg_prof_sample' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:645:5: error: 'opt_prof_accum' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:646:5: error: 'opt_lg_prof_interval' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:649:5: error: 'opt_prof_gdump' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:650:5: error: 'opt_prof_final' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:651:5: error: 'opt_prof_leak' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'malloc_init_hard':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:668:2: error: 'malloc_mutex_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:675:3: error: 'malloc_mutex_unlock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:692:2: error: 'malloc_tsd_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:694:3: error: 'prof_boot0' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:709:6: error: 'opt_stats_print' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:712:4: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:713:8: error: 'opt_abort' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:718:6: error: 'base_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:723:6: error: 'chunk_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:728:6: error: 'ctl_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:734:3: error: 'prof_boot1' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:736:2: error: 'arena_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:738:23: error: 'tcache_boot0' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:743:6: error: 'huge_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:748:6: error: 'malloc_mutex_init' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:748:25: error: 'arenas_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:755:2: error: 'narenas_total' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:755:18: error: 'narenas_auto' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:756:2: error: 'arenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:763:2: error: 'arenas_extend' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:770:22: error: 'thread_allocated_tsd_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:775:6: error: 'arenas_tsd_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:780:23: error: 'tcache_boot1' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:785:21: error: 'quarantine_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:790:21: error: 'prof_boot2' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:797:2: error: 'ncpus' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:800:6: error: 'mutex_boot' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:805:6: error: 'opt_narenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:821:21: error: 'chunksize' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:823:3: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:829:23: error: 'base_alloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_malloc':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:870:21: error: 'opt_prof' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:871:11: error: 's2u' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:872:3: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:872:3: error: 'prof_tdata_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:872:3: error: 'opt_prof_active' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:872:3: error: 'opt_lg_prof_sample' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:872:3: error: 'bt_init' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:872:3: error: 'prof_backtrace' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:872:3: error: 'prof_lookup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:872:3: error: 'prof_sample_threshold_update' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:877:7: error: 'prof_promote' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:878:7: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:879:10: error: 'imalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:881:5: error: 'arena_prof_promoted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:885:43: error: 'opt_valgrind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:892:25: error: 'opt_xmalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:893:4: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:897:3: error: 'set_errno' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:900:3: error: 'prof_malloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:902:3: error: 'isalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:903:3: error: 'thread_allocated_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'imemalign':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:927:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:938:26: error: 'opt_xmalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:939:5: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:948:11: error: 'sa2u' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:955:22: error: 'opt_prof' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:956:4: error: 's2u' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:956:4: error: 'prof_tdata_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:956:4: error: 'opt_prof_active' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:956:4: error: 'opt_lg_prof_sample' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:956:4: error: 'bt_init' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:956:4: error: 'prof_backtrace' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:956:4: error: 'prof_lookup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:956:4: error: 'prof_sample_threshold_update' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:961:9: error: 'prof_promote' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:962:35: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:965:15: error: 'ipalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:968:7: error: 'arena_prof_promoted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:995:3: error: 'isalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:996:3: error: 'thread_allocated_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:999:3: error: 'prof_malloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_aligned_alloc':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1021:3: error: 'set_errno' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_calloc':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1062:21: error: 'opt_prof' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1063:11: error: 's2u' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1064:3: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1064:3: error: 'prof_tdata_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1064:3: error: 'opt_prof_active' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1064:3: error: 'opt_lg_prof_sample' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1064:3: error: 'bt_init' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1064:3: error: 'prof_backtrace' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1064:3: error: 'prof_lookup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1064:3: error: 'prof_sample_threshold_update' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1069:7: error: 'prof_promote' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1070:10: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1071:10: error: 'icalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1073:5: error: 'arena_prof_promoted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1077:43: error: 'opt_valgrind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1084:25: error: 'opt_xmalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1085:4: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1089:3: error: 'set_errno' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1093:3: error: 'prof_malloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1095:3: error: 'isalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1096:3: error: 'thread_allocated_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_realloc':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1116:4: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1118:16: error: 'isalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1119:28: error: 'opt_valgrind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1120:19: error: 'p2rz' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1124:19: error: 'u2rz' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1129:23: error: 'opt_prof' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1130:15: error: 'prof_ctx_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1133:4: error: 'iqalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1157:12: error: 's2u' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1159:4: error: 'prof_tdata_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1159:4: error: 'opt_prof_active' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1159:4: error: 'opt_lg_prof_sample' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1159:4: error: 'bt_init' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1159:4: error: 'prof_backtrace' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1159:4: error: 'prof_lookup' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1159:4: error: 'prof_sample_threshold_update' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1165:8: error: 'prof_promote' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1166:17: error: 'SMALL_MAXCLASS' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1167:11: error: 'iralloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1170:6: error: 'arena_prof_promoted' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1186:26: error: 'opt_xmalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1187:5: error: 'malloc_write' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1191:4: error: 'set_errno' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1211:13: error: 'imalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1239:3: error: 'prof_realloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1243:8: error: 'thread_allocated_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_free':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1261:3: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1263:22: error: 'opt_prof' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1264:12: error: 'isalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1265:4: error: 'prof_free' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1269:4: error: 'thread_allocated_tsd_get' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1270:26: error: 'opt_valgrind' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1271:13: error: 'p2rz' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1272:3: error: 'iqalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1341:50: error: expected ')' before 'void'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_malloc_stats_print':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1361:2: error: 'stats_print' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_mallctl':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1372:10: error: 'ctl_byname' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_mallctlnametomib':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1382:10: error: 'ctl_nametomib' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_mallctlbymib':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1393:10: error: 'ctl_bymib' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1740:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1740:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1740:1: warning: type of 'jemalloc_prefork' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1752:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1755:2: error: 'ctl_prefork' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1756:2: error: 'prof_prefork' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1757:2: error: 'malloc_mutex_prefork' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1757:24: error: 'arenas_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1758:18: error: 'narenas_total' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1759:7: error: 'arenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1760:4: error: 'arena_prefork' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1762:2: error: 'chunk_prefork' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1763:2: error: 'base_prefork' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1764:2: error: 'huge_prefork' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1769:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1769:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1769:1: warning: type of 'jemalloc_postfork_parent' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1781:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1784:2: error: 'huge_postfork_parent' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1785:2: error: 'base_postfork_parent' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1786:2: error: 'chunk_postfork_parent' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1787:18: error: 'narenas_total' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1788:7: error: 'arenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1789:4: error: 'arena_postfork_parent' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1791:2: error: 'malloc_mutex_postfork_parent' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1791:32: error: 'arenas_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1792:2: error: 'prof_postfork_parent' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1793:2: error: 'ctl_postfork_parent' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1797:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1797:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1797:1: warning: type of 'jemalloc_postfork_child' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1801:2: error: 'malloc_printf' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1804:2: error: 'huge_postfork_child' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1805:2: error: 'base_postfork_child' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1806:2: error: 'chunk_postfork_child' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1807:18: error: 'narenas_total' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1808:7: error: 'arenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1809:4: error: 'arena_postfork_child' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1811:2: error: 'malloc_mutex_postfork_child' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1811:31: error: 'arenas_lock' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1812:2: error: 'prof_postfork_child' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1813:2: error: 'ctl_postfork_child' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'a0alloc':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1833:14: error: 'arena_maxclass' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1834:11: error: 'arena_malloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1834:24: error: 'arenas' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1836:11: error: 'huge_malloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1840:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1840:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1840:1: warning: type of 'a0malloc' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1843:18: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1847:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1847:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1847:1: warning: type of 'a0calloc' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1850:18: error: 'num' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1850:24: error: 'size' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1854:1: error: 'JEMALLOC_N' declared as function returning a function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1854:1: error: conflicting types for 'JEMALLOC_N'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/include/jemalloc/internal/quarantine.h:55:16: note: previous declaration of 'JEMALLOC_N' was here
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1854:1: warning: type of 'a0free' defaults to 'int'
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1858:6: error: 'ptr' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1859:3: warning: 'return' with no value, in function returning non-void
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1861:27: error: 'chunksize_mask' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1863:3: error: 'arena_dalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1865:3: error: 'huge_dalloc' undeclared (first use in this function)
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: At top level:
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:64:1: warning: '_init_init_lock' defined but not used
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1732:1: warning: 'jemalloc_constructor' defined but not used
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1866:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1851:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1844:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1814:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1794:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1765:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_mallctlbymib':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1394:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_mallctlnametomib':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1383:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'je_mallctl':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:1373:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:283:1: warning: control reaches end of non-void function
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c: In function 'JEMALLOC_N':
c:/Users/mthiyaga/Documents/Dev/rust-clean/rust/src/rt/jemalloc/src/jemalloc.c:145:1: warning: control reaches end of non-void function
make[1]: *** [src/jemalloc.o] Error 1
make[1]: Leaving directory `/c/Users/mthiyaga/Documents/Dev/rust-clean/rust/rt/i686-pc-mingw32/stage0/jemalloc'
make: *** [rt/i686-pc-mingw32/stage0/jemalloc/lib/jemalloc.lib] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment