Wed, 02 Oct 2024 05:54:54 UTC | login

Information for RPM memtailor-1.0-22.20220104.git95dbac7.fc38.riscv64.rpm

ID1009214
Namememtailor
Version1.0
Release22.20220104.git95dbac7.fc38
Epoch
Archriscv64
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.
Build Time2023-05-19 14:12:27 GMT
Size16.65 KB
a9c246cfbce270a7edcd6d259b001326
LicenseBSD-3-Clause
Buildrootf38-build-714453-94626
Provides
libmemtailor.so.0()(64bit)
memtailor = 1.0-22.20220104.git95dbac7.fc38
memtailor(riscv-64) = 1.0-22.20220104.git95dbac7.fc38
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
libc.so.6()(64bit)
libc.so.6(GLIBC_2.27)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 9 of 9
Name ascending sort Size
/usr/lib/.build-id0.00 B
/usr/lib/.build-id/cb0.00 B
/usr/lib/.build-id/cb/54d49b55c996b3c0cf220f48d5dbd13d562fe543.00 B
/usr/lib64/libmemtailor.so.021.00 B
/usr/lib64/libmemtailor.so.0.0.015.70 KB
/usr/share/doc/memtailor0.00 B
/usr/share/doc/memtailor/README.md1.20 KB
/usr/share/licenses/memtailor0.00 B
/usr/share/licenses/memtailor/license.txt1.53 KB
Component of
1 through 2 of 2
Buildroot descending sort Created State
f40-build-763092-122287 2023-12-15 18:18:43 expired
f40-build-748786-113951 2023-11-26 18:01:39 expired