Sat, 01 Jun 2024 11:40:39 UTC | login

Information for build memtailor-1.0-9.20160311.gite85453b.fc31

ID102635
Package Namememtailor
Version1.0
Release9.20160311.gite85453b.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/memtailor.git#ed520cd8fdd8841497d56d98f4ff193b4f4f3f57
SummaryC++ library of special-purpose memory allocators
DescriptionMemtailor is a C++ library of special purpose memory allocators. It currently offers an arena allocator and a memory pool. The main motivation to use a memtailor allocator is better and more predictable performance than you get with new/delete. Sometimes a memtailor allocator can also be more convenient due to the ability to free many allocations at one time. The Memtailor memory pool is useful if you need to do many allocations of a fixed size. For example a memory pool is well suited to allocate the nodes in a linked list. You can think of the Memtailor arena allocator as being similar to stack allocation. Both kinds of allocation are very fast and require you to allocate/deallocate memory in last-in-first-out order. Arena allocation has the further benefits that it stays within the C++ standard, it will not cause a stack overflow, you can have multiple arena allocators at the same time and allocation is not tied to a function invocation.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 25 Jul 2019 11:50:49 UTC
CompletedThu, 25 Jul 2019 12:02:51 UTC
Taskbuild (f31-candidate, /rpms/memtailor.git:ed520cd8fdd8841497d56d98f4ff193b4f4f3f57)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/memtailor.git#ed520cd8fdd8841497d56d98f4ff193b4f4f3f57'}}
Tags
f31
RPMs
src
memtailor-1.0-9.20160311.gite85453b.fc31.src.rpm (info) (download)
riscv64
memtailor-1.0-9.20160311.gite85453b.fc31.riscv64.rpm (info) (download)
memtailor-devel-1.0-9.20160311.gite85453b.fc31.riscv64.rpm (info) (download)
memtailor-debuginfo-1.0-9.20160311.gite85453b.fc31.riscv64.rpm (info) (download)
memtailor-debugsource-1.0-9.20160311.gite85453b.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-9.20160311.gite85453b - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-8.20160311.gite85453b - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-7.20160311.gite85453b - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6.20160311.gite85453b - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-5.20160311.gite85453b - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild