Tue, 16 Jul 2024 17:26:56 UTC | login

Information for RPM memtailor-1.0-11.20160311.gite85453b.fc33.riscv64.rpm

ID564285
Namememtailor
Version1.0
Release11.20160311.gite85453b.fc33
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 Time2020-03-28 03:16:49 GMT
Size15.29 KB
f82366921f5a8c3dd57a8c369c9cb279
LicenseBSD
Buildrootf33-build-132555-41220
Provides
libmemtailor.so.0()(64bit)
memtailor = 1.0-11.20160311.gite85453b.fc33
memtailor(riscv-64) = 1.0-11.20160311.gite85453b.fc33
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/f90.00 B
/usr/lib/.build-id/f9/bc932e15d6b555b9e9036a7c180a9caea76c5343.00 B
/usr/lib64/libmemtailor.so.021.00 B
/usr/lib64/libmemtailor.so.0.0.011.64 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
f33-build-298142-56069 2020-08-14 21:22:31 expired
f33-build-298135-56069 2020-08-14 21:20:58 expired