Fri, 07 Jun 2024 10:20:14 UTC | login

Information for build memtailor-1.0-20.20220104.git95dbac7.fc37

ID217669
Package Namememtailor
Version1.0
Release20.20220104.git95dbac7.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/memtailor.git#3011b732b649a70d1d961c93187c02d932b065a9
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
StartedMon, 07 Nov 2022 11:03:49 UTC
CompletedMon, 07 Nov 2022 13:20:01 UTC
Taskbuild (f37, /rpms/memtailor.git:3011b732b649a70d1d961c93187c02d932b065a9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/memtailor.git#3011b732b649a70d1d961c93187c02d932b065a9'}}
Tags
f37
f38
RPMs
src
memtailor-1.0-20.20220104.git95dbac7.fc37.src.rpm (info) (download)
riscv64
memtailor-1.0-20.20220104.git95dbac7.fc37.riscv64.rpm (info) (download)
memtailor-devel-1.0-20.20220104.git95dbac7.fc37.riscv64.rpm (info) (download)
memtailor-debuginfo-1.0-20.20220104.git95dbac7.fc37.riscv64.rpm (info) (download)
memtailor-debugsource-1.0-20.20220104.git95dbac7.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-20.20220104.git95dbac7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Mar 03 2022 Jerry James <loganjerry@gmail.com> - 1.0-19.20220104.git95dbac7 - Update to latest upstream snapshot * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-18.20210930.git123afe0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Oct 07 2021 Jerry James <loganjerry@gmail.com> - 1.0-17.20210930.git123afe0 - Update to latest upstream snapshot * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-16.20200709.git777c5d2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jun 17 2021 Jerry James <loganjerry@gmail.com> - 1.0-15.20200709.git777c5d2 - Update to latest upstream snapshot * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-14.20200526.git1d13f96 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-13.20200526.git1d13f96 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild