Home
last modified time | relevance | path

Searched defs:is_realloc (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/cairo/cairo-1.17.4/util/
H A Dmalloc-stats.c67 alloc_stats_add (struct alloc_stats_t *stats, int is_realloc, size_t size) in alloc_stats_add()
144 func_stats_add (const void *caller, int is_realloc, size_t size) in func_stats_add()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/jemalloc/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys/jemalloc/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys-0.4.1+5.2.1-patched/jemalloc/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jemalloc-5.2.1/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dhook.h133 bool is_realloc; member
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/callgrind/
H A Dglobal.h407 Bool is_realloc :1; member
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/callgrind/
H A Dglobal.h407 Bool is_realloc :1; member
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Drenderer.rs2824 … let is_realloc = matches!(allocation.kind, TextureCacheAllocationKind::Realloc(..)); in update_texture_cache() localVariable