Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_allocator.c58 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 Dyaffs_guts.h687 void *allocator; member
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c215 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 Dlibqos-malloc.h39 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 D0001-Workaround-an-ABI-issue-in-spdlog.patch20 - 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 DCargo.toml24 allocator = []
H A Dmeson.build5 # _qemu_api_cfg += ['--cfg', 'feature="allocator"']
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool.service2 Description=ip address pool allocator
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A D0001-SimpleRowFormatter.h-fix-the-build-on-gcc-15-unsatis.patch18 … 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 D0007-Mark-glibc-specific-code-so.patch28 /* Set some allocator options more appropriate for hugepages */
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp273 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 D0001-example-Use-lm-for-the-fst-module.patch9 …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 Dzeroconf_0.9.bb1 SUMMARY = "IPv4 link-local address allocator"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/
H A Dmongodb_git.bb60 # 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 Dlzma.txt341 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 Dany_sender_of.hpp
/openbmc/libmctp/
H A DREADME.md159 - `MCTP_DEFAULT_ALLOC`: set default allocator functions (malloc, free, realloc),
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/
H A Dparsec-service-crates.inc7 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 Dqgraph.rst60 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 Ddate.h6577 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 Dcargo-c-crates.inc8 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 Dpython3-maturin-crates.inc8 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 D0002-boost-Backport-clang-support.patch326 +// allocator model. The C++11 allocator model requires a conforming
/openbmc/qemu/
H A Dmeson_options.txt70 value: 'system', description: 'choose memory allocator to use')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/
H A Duutils-coreutils-crates.inc7 crate://crates.io/allocator-api2/0.2.21 \
345 SRC_URI[allocator-api2-0.2.21.sha256sum] = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772…

12