Home
last modified time | relevance | path

Searched refs:tcmalloc (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/
H A Dmongodb_git.bb58 PACKAGECONFIG ??= "tcmalloc system-pcre"
60 # dmb operation. So we use system-allocator instead of tcmalloc
61 PACKAGECONFIG:remove:armv6 = "tcmalloc"
62 PACKAGECONFIG:remove:libc-musl = "tcmalloc"
63 PACKAGECONFIG:remove:riscv64 = "tcmalloc"
64 PACKAGECONFIG:remove:riscv32 = "tcmalloc"
66 PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
/openbmc/qemu/scripts/oss-fuzz/
H A Dlsan_suppressions.txt1 # The tcmalloc on Fedora37 confuses things
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/
H A Dleveldb_1.23.bb20 PACKAGECONFIG[tcmalloc] = ",,gperftools"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A D0003-hack-to-force-use-of-libc-malloc.patch9 Note that this of course doesn't allow tcmalloc and jemalloc, however
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/
H A D0003-hack-to-force-use-of-libc-malloc.patch9 Note that this of course doesn't allow tcmalloc and jemalloc, however
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Doe-use-libc-malloc.patch9 Note that this of course doesn't allow tcmalloc and jemalloc, however
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A Dppc-musl.patch25 namespace tcmalloc {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/
H A Dimagemagick_7.1.1-43.bb33 PACKAGECONFIG[tcmalloc] = "--with-tcmalloc=yes,--with-tcmalloc=no,gperftools"
/openbmc/qemu/
H A Dmeson_options.txt69 option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'],