| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_allocator.c | 58 struct yaffs_allocator *allocator = in yaffs_deinit_raw_tnodes() local 59 (struct yaffs_allocator *)dev->allocator; in yaffs_deinit_raw_tnodes() 62 if (!allocator) { in yaffs_deinit_raw_tnodes() 67 while (allocator->alloc_tnode_list) { in yaffs_deinit_raw_tnodes() 68 tmp = allocator->alloc_tnode_list->next; in yaffs_deinit_raw_tnodes() 70 kfree(allocator->alloc_tnode_list->tnodes); in yaffs_deinit_raw_tnodes() 71 kfree(allocator->alloc_tnode_list); in yaffs_deinit_raw_tnodes() 72 allocator->alloc_tnode_list = tmp; in yaffs_deinit_raw_tnodes() 75 allocator->free_tnodes = NULL; in yaffs_deinit_raw_tnodes() 76 allocator->n_free_tnodes = 0; in yaffs_deinit_raw_tnodes() [all …]
|
| H A D | yaffs_guts.h | 687 void *allocator; member
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | libqos-malloc.c | 215 void alloc_destroy(QGuestAllocator *allocator) in alloc_destroy() argument 222 QTAILQ_FOREACH_SAFE(node, allocator->used, MLIST_ENTNAME, tmp) { in alloc_destroy() 223 if (allocator->opts & (ALLOC_LEAK_WARN | ALLOC_LEAK_ASSERT)) { in alloc_destroy() 228 if (allocator->opts & (ALLOC_LEAK_ASSERT)) { in alloc_destroy() 237 QTAILQ_FOREACH_SAFE(node, allocator->free, MLIST_ENTNAME, tmp) { in alloc_destroy() 238 if ((allocator->opts & mask) == mask) { in alloc_destroy() 239 if ((node->addr != allocator->start) || in alloc_destroy() 240 (node->size != allocator->end - allocator->start)) { in alloc_destroy() 249 g_free(allocator->used); in alloc_destroy() 250 g_free(allocator->free); in alloc_destroy() [all …]
|
| H A D | libqos-malloc.h | 39 uint64_t guest_alloc(QGuestAllocator *allocator, size_t size); 40 void guest_free(QGuestAllocator *allocator, uint64_t addr); 43 void alloc_set_flags(QGuestAllocator *allocator, QAllocOpts opts); 48 void alloc_destroy(QGuestAllocator *allocator);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt/ |
| H A D | 0001-Workaround-an-ABI-issue-in-spdlog.patch | 20 - typename Allocator = detail::allocator<T>> 21 + // DEPRECATED! std::allocator should be replaced with 22 + // detail::allocator 23 + typename Allocator = std::allocator<T>>
|
| /openbmc/qemu/rust/qemu-api/ |
| H A D | Cargo.toml | 24 allocator = []
|
| H A D | meson.build | 5 # _qemu_api_cfg += ['--cfg', 'feature="allocator"']
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | ippool.service | 2 Description=ip address pool allocator
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/ |
| H A D | 0001-SimpleRowFormatter.h-fix-the-build-on-gcc-15-unsatis.patch | 18 … from /nix/store/...-gcc-15.0.0/include/c++/15.0.0/x86_64-unknown-linux-gnu/bits/c++allocator.h:33, 19 from /nix/store/...-gcc-15.0.0/include/c++/15.0.0/bits/allocator.h:46,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | 0007-Mark-glibc-specific-code-so.patch | 28 /* Set some allocator options more appropriate for hugepages */
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | types.hpp | 273 class SecureAllocator : public std::allocator<T> 285 return std::allocator<T>::deallocate(p, n); in deallocate()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq/ |
| H A D | 0001-example-Use-lm-for-the-fst-module.patch | 9 …ey, FstNode*>, std::__1::equal_to<FstKey>, FstKeyHash, true>, std::__1::allocator<std::__1::__hash…
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/ |
| H A D | zeroconf_0.9.bb | 1 SUMMARY = "IPv4 link-local address allocator"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/ |
| H A D | mongodb_git.bb | 60 # dmb operation. So we use system-allocator instead of tcmalloc 66 PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | lzma.txt | 341 You must use external allocator: 376 alloc - Memory allocator. 458 For example, you can use Large RAM Pages (2 MB) in allocBig allocator for 461 It's OK to use same allocator for alloc and allocBig.
|
| /openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
| H A D | any_sender_of.hpp | |
| /openbmc/libmctp/ |
| H A D | README.md | 159 - `MCTP_DEFAULT_ALLOC`: set default allocator functions (malloc, free, realloc),
|
| /openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/ |
| H A D | parsec-service-crates.inc | 7 crate://crates.io/allocator-api2/0.2.16 \ 250 SRC_URI[allocator-api2-0.2.16.sha256sum] = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b738…
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | qgraph.rst | 60 implement ``get_driver()`` to return the allocator mapped to the interface 61 "memory". The function can also return ``NULL`` if the allocator
|
| /openbmc/bmcweb/redfish-core/include/utils/extern/ |
| H A D | date.h | 6577 template <class CharT, class Traits, class Duration, class Alloc = std::allocator<CharT>> 7915 template <class CharT, class Traits, class Alloc = std::allocator<CharT>> 7931 template <class CharT, class Traits, class Alloc = std::allocator<CharT>> 7947 template <class CharT, class Traits, class Alloc = std::allocator<CharT>> 7963 template <class CharT, class Traits, class Alloc = std::allocator<CharT>> 7979 template <class CharT, class Traits, class Alloc = std::allocator<CharT>> 7995 template <class CharT, class Traits, class Alloc = std::allocator<CharT>> 8011 template <class CharT, class Traits, class Alloc = std::allocator<CharT>> 8027 template <class Duration, class CharT, class Traits, class Alloc = std::allocator<CharT>> 8047 template <class Duration, class CharT, class Traits, class Alloc = std::allocator<CharT>> [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
| H A D | cargo-c-crates.inc | 8 crate://crates.io/allocator-api2/0.2.18 \ 348 SRC_URI[allocator-api2-0.2.18.sha256sum] = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141dad…
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-maturin-crates.inc | 8 crate://crates.io/allocator-api2/0.2.18 \ 372 SRC_URI[allocator-api2-0.2.18.sha256sum] = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141dad…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0002-boost-Backport-clang-support.patch | 326 +// allocator model. The C++11 allocator model requires a conforming
|
| /openbmc/qemu/ |
| H A D | meson_options.txt | 70 value: 'system', description: 'choose memory allocator to use')
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/ |
| H A D | uutils-coreutils-crates.inc | 7 crate://crates.io/allocator-api2/0.2.21 \ 345 SRC_URI[allocator-api2-0.2.21.sha256sum] = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772…
|