mirror of
https://github.com/fluencelabs/redis
synced 2025-03-28 13:21:04 +00:00
The original jemalloc source tree was modified to: 1. Remove the configure error that prevents nested builds. 2. Insert the Redis private Jemalloc API in order to allow the Redis fragmentation function to work.
92 lines
1.7 KiB
Plaintext
92 lines
1.7 KiB
Plaintext
/*.gcov.*
|
|
|
|
/bin/jemalloc-config
|
|
/bin/jemalloc.sh
|
|
/bin/jeprof
|
|
|
|
/config.stamp
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
|
|
/doc/html.xsl
|
|
/doc/manpages.xsl
|
|
/doc/jemalloc.xml
|
|
/doc/jemalloc.html
|
|
/doc/jemalloc.3
|
|
|
|
/jemalloc.pc
|
|
|
|
/lib/
|
|
|
|
/Makefile
|
|
|
|
/include/jemalloc/internal/jemalloc_internal.h
|
|
/include/jemalloc/internal/jemalloc_internal_defs.h
|
|
/include/jemalloc/internal/private_namespace.h
|
|
/include/jemalloc/internal/private_unnamespace.h
|
|
/include/jemalloc/internal/public_namespace.h
|
|
/include/jemalloc/internal/public_symbols.txt
|
|
/include/jemalloc/internal/public_unnamespace.h
|
|
/include/jemalloc/internal/size_classes.h
|
|
/include/jemalloc/jemalloc.h
|
|
/include/jemalloc/jemalloc_defs.h
|
|
/include/jemalloc/jemalloc_macros.h
|
|
/include/jemalloc/jemalloc_mangle.h
|
|
/include/jemalloc/jemalloc_mangle_jet.h
|
|
/include/jemalloc/jemalloc_protos.h
|
|
/include/jemalloc/jemalloc_protos_jet.h
|
|
/include/jemalloc/jemalloc_rename.h
|
|
/include/jemalloc/jemalloc_typedefs.h
|
|
|
|
/src/*.[od]
|
|
/src/*.gcda
|
|
/src/*.gcno
|
|
|
|
/test/test.sh
|
|
test/include/test/jemalloc_test.h
|
|
test/include/test/jemalloc_test_defs.h
|
|
|
|
/test/integration/[A-Za-z]*
|
|
!/test/integration/[A-Za-z]*.*
|
|
/test/integration/*.[od]
|
|
/test/integration/*.gcda
|
|
/test/integration/*.gcno
|
|
/test/integration/*.out
|
|
|
|
/test/src/*.[od]
|
|
/test/src/*.gcda
|
|
/test/src/*.gcno
|
|
|
|
/test/stress/[A-Za-z]*
|
|
!/test/stress/[A-Za-z]*.*
|
|
/test/stress/*.[od]
|
|
/test/stress/*.gcda
|
|
/test/stress/*.gcno
|
|
/test/stress/*.out
|
|
|
|
/test/unit/[A-Za-z]*
|
|
!/test/unit/[A-Za-z]*.*
|
|
/test/unit/*.[od]
|
|
/test/unit/*.gcda
|
|
/test/unit/*.gcno
|
|
/test/unit/*.out
|
|
|
|
/VERSION
|
|
|
|
*.pdb
|
|
*.sdf
|
|
*.opendb
|
|
*.opensdf
|
|
*.cachefile
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
*.tmp
|
|
/msvc/Win32/
|
|
/msvc/x64/
|
|
/msvc/projects/*/*/Debug*/
|
|
/msvc/projects/*/*/Release*/
|
|
/msvc/projects/*/*/Win32/
|
|
/msvc/projects/*/*/x64/
|