1 Star 0 Fork 22

孟文华/jemalloc

forked from src-openEuler/jemalloc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jemalloc.spec 3.25 KB
一键复制 编辑 原始数据 按行查看 历史
孟文华 提交于 2023-01-13 15:06 . Buffer stats printing
%ifarch x86_64
%define lg_page --with-lg-page=12
%endif
%ifarch aarch64
%define lg_page --with-lg-page=16
%endif
%ifarch aarch64
%define disable_thp --disable-thp
%endif
Name: jemalloc
Version: 5.2.1
Release: 9
Summary: General-purpose scalable concurrent malloc implementation
License: BSD-2-Clause
URL: http://www.canonware.com/jemalloc/
Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
Patch1: backport-Jemalloc-5.2.1-patch-1-fix-large-bin-index-accessed-through-cache-bin-descriptor.patch
Patch2: backport-Jemalloc-5.2.1-patch-2-fix-undefined-behavior-in-hash.patch
Patch3: backport-Jemalloc-5.2.1-patch-3-fix-tcaches-mutex-pre-post-fork-handling.patch
Patch4: 0001-jemalloc-5.2.1-add-loongarch-support.patch
Patch6000: backport-0001-Correct-tsd-layout-graph.patch
Patch6001: backport-0001-Buffer-stats-printing.patch
BuildRequires: libxslt perl-generators gcc
%description
Implemented by malloc (3), is an independent implementation of jemalloc.
%package devel
Summary: Devel files for jemalloc
Requires: %{name} = %{version}-%{release}
%description devel
The devel contains libraries and header files for use in jemalloc applications.
%package help
Summary: help for jemalloc.
%description help
The help package contains manual pages and other related files for jemalloc.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%ifarch loongarch64
%patch4 -p1
%endif
%patch6000 -p1
%patch6001 -p1
%build
export LDFLAGS="%{?__global_ldflags} -lrt"
getconf PAGESIZE
uname -a
%configure %{?disable_thp} %{?lg_page}
%make_build
%check
LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{?_smp_mflags}
make check
%install
%make_install
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%doc COPYING
%{_libdir}/libjemalloc.so.*
%{_bindir}/jemalloc.sh
%{_bindir}/jemalloc-config
%{_libdir}/pkgconfig/jemalloc.pc
%files devel
%{_includedir}/jemalloc
%{_bindir}/jeprof
%{_libdir}/libjemalloc.so
%exclude %{_libdir}/libjemalloc.a
%exclude %{_libdir}/libjemalloc_pic.a
%exclude %{_datadir}/doc/%{name}/jemalloc.html
%files help
%doc README VERSION doc/jemalloc.html
%{_mandir}/man3/jemalloc.3*
%changelog
* Mon Jan 16 2023 mengwenhua <[email protected]> - 5.2.1-9
- Buffer stats printing
* Mon Jan 9 2023 mengwenhua <[email protected]> - 5.2.1-8
- Correct tsd layout graph
* Tue Nov 15 2022 doupengda <[email protected]> - 5.2.1-7
- add loongarch64 support
* Tue May 10 2022 Ge Wang <[email protected]> - 5.2.1-6
- License compliance rectification
* Thu Dec 2 2021 guominghong <[email protected]> - 5.2.1-5
- Fix spec check
* Tue Nov 16 2021 guominghong <[email protected]> - 5.2.1-4
- Fix tcaches mutex pre-post fork handling
* Tue Nov 16 2021 guominghong <[email protected]> - 5.2.1-3
- Fix Undefined Behavior in hash.h
* Wed Nov 3 2021 guominghong <[email protected]> - 5.2.1-2
- Fix large bin index accessed through cache bin descriptor
* Tue Jul 20 2021 weidong <[email protected]> - 5.2.1-1
- Update jemlloc
* Wed Jun 02 2021 wulei <[email protected]> - 5.1.0-4
- fixes failed: no acceptable C compiler found in $PATH
* Thu Nov 14 2019 wangye<[email protected]> - 5.1.0-3
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meng-wenhua/jemalloc.git
[email protected]:meng-wenhua/jemalloc.git
meng-wenhua
jemalloc
jemalloc
master

搜索帮助