Home
last modified time | relevance | path

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

12345678910>>...30

/dports/devel/google-perftools/gperftools-2.9.1/packages/deb/
H A Ddocs26 docs/tcmalloc-opspercpusec.vs.threads.128.bytes.png
37 docs/tcmalloc-opspersec.vs.size.1.threads.png
38 docs/tcmalloc-opspersec.vs.size.12.threads.png
39 docs/tcmalloc-opspersec.vs.size.16.threads.png
40 docs/tcmalloc-opspersec.vs.size.2.threads.png
41 docs/tcmalloc-opspersec.vs.size.20.threads.png
42 docs/tcmalloc-opspersec.vs.size.3.threads.png
43 docs/tcmalloc-opspersec.vs.size.4.threads.png
44 docs/tcmalloc-opspersec.vs.size.5.threads.png
45 docs/tcmalloc-opspersec.vs.size.8.threads.png
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/packages/deb/
H A Ddocs26 docs/tcmalloc-opspercpusec.vs.threads.128.bytes.png
37 docs/tcmalloc-opspersec.vs.size.1.threads.png
38 docs/tcmalloc-opspersec.vs.size.12.threads.png
39 docs/tcmalloc-opspersec.vs.size.16.threads.png
40 docs/tcmalloc-opspersec.vs.size.2.threads.png
41 docs/tcmalloc-opspersec.vs.size.20.threads.png
42 docs/tcmalloc-opspersec.vs.size.3.threads.png
43 docs/tcmalloc-opspersec.vs.size.4.threads.png
44 docs/tcmalloc-opspersec.vs.size.5.threads.png
45 docs/tcmalloc-opspersec.vs.size.8.threads.png
[all …]
/dports/devel/google-perftools/gperftools-2.9.1/src/tests/
H A Dpage_heap_test.cc29 static void CheckStats(const tcmalloc::PageHeap* ph, in CheckStats()
33 tcmalloc::PageHeap::Stats stats = ph->stats(); in CheckStats()
46 std::unique_ptr<tcmalloc::PageHeap> ph(new tcmalloc::PageHeap()); in TestPageHeap_Stats()
52 tcmalloc::Span* s1 = ph->New(256); in TestPageHeap_Stats()
56 tcmalloc::Span* s2 = ph->Split(s1, 128); in TestPageHeap_Stats()
81 std::unique_ptr<tcmalloc::PageHeap> ph(new tcmalloc::PageHeap()); in AllocateAllPageTables()
102 std::unique_ptr<tcmalloc::PageHeap> ph(new tcmalloc::PageHeap()); in TestPageHeap_Limit()
110 tcmalloc::Span* s = NULL; in TestPageHeap_Limit()
121 tcmalloc::Span * spans[kNumberMaxPagesSpans]; in TestPageHeap_Limit()
132 tcmalloc::Span *defragmented = in TestPageHeap_Limit()
[all …]
H A Dstack_trace_table_test.cc19 static void CheckTracesAndReset(tcmalloc::StackTraceTable* table, in CheckTracesAndReset()
28 static void AddTrace(tcmalloc::StackTraceTable* table, in AddTrace()
29 const tcmalloc::StackTrace& t) { in AddTrace()
34 SpinLockHolder h(tcmalloc::Static::pageheap_lock()); in AddTrace()
40 tcmalloc::StackTraceTable table; in main()
48 tcmalloc::StackTrace t1; in main()
55 tcmalloc::StackTrace t2; in main()
78 tcmalloc::StackTrace t3; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/tests/
H A Dpage_heap_test.cc25 static void CheckStats(const tcmalloc::PageHeap* ph, in CheckStats()
29 tcmalloc::PageHeap::Stats stats = ph->stats(); in CheckStats()
42 tcmalloc::PageHeap* ph = new tcmalloc::PageHeap(); in TestPageHeap_Stats()
48 tcmalloc::Span* s1 = ph->New(256); in TestPageHeap_Stats()
52 tcmalloc::Span* s2 = ph->Split(s1, 128); in TestPageHeap_Stats()
68 tcmalloc::PageHeap* ph = new tcmalloc::PageHeap(); in TestPageHeap_Limit()
76 tcmalloc::Span* s = NULL; in TestPageHeap_Limit()
87 tcmalloc::Span * spans[10]; in TestPageHeap_Limit()
119 tcmalloc::Span * spans[20]; in TestPageHeap_Limit()
125 tcmalloc::Span * lastHalf = ph->New(kMaxPages >> 1); in TestPageHeap_Limit()
[all …]
H A Dstack_trace_table_test.cc19 static void CheckTracesAndReset(tcmalloc::StackTraceTable* table, in CheckTracesAndReset()
28 static void AddTrace(tcmalloc::StackTraceTable* table, in AddTrace()
29 const tcmalloc::StackTrace& t) { in AddTrace()
34 SpinLockHolder h(tcmalloc::Static::pageheap_lock()); in AddTrace()
40 tcmalloc::StackTraceTable table; in main()
48 tcmalloc::StackTrace t1; in main()
55 tcmalloc::StackTrace t2; in main()
86 tcmalloc::StackTrace t3; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/tests/
H A Dpage_heap_test.cc25 static void CheckStats(const tcmalloc::PageHeap* ph, in CheckStats()
29 tcmalloc::PageHeap::Stats stats = ph->stats(); in CheckStats()
42 tcmalloc::PageHeap* ph = new tcmalloc::PageHeap(); in TestPageHeap_Stats()
48 tcmalloc::Span* s1 = ph->New(256); in TestPageHeap_Stats()
52 tcmalloc::Span* s2 = ph->Split(s1, 128); in TestPageHeap_Stats()
68 tcmalloc::PageHeap* ph = new tcmalloc::PageHeap(); in TestPageHeap_Limit()
76 tcmalloc::Span* s = NULL; in TestPageHeap_Limit()
87 tcmalloc::Span * spans[10]; in TestPageHeap_Limit()
119 tcmalloc::Span * spans[20]; in TestPageHeap_Limit()
125 tcmalloc::Span * lastHalf = ph->New(kMaxPages >> 1); in TestPageHeap_Limit()
[all …]
H A Dstack_trace_table_test.cc19 static void CheckTracesAndReset(tcmalloc::StackTraceTable* table, in CheckTracesAndReset()
28 static void AddTrace(tcmalloc::StackTraceTable* table, in AddTrace()
29 const tcmalloc::StackTrace& t) { in AddTrace()
34 SpinLockHolder h(tcmalloc::Static::pageheap_lock()); in AddTrace()
40 tcmalloc::StackTraceTable table; in main()
48 tcmalloc::StackTrace t1; in main()
55 tcmalloc::StackTrace t2; in main()
86 tcmalloc::StackTrace t3; in main()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/tcmalloc-0.3.0/
H A DREADME.md1 tcmalloc chapter
4 A drop-in [`GlobalAlloc`][1] implementation using `tcmalloc` from [gperftools][2].
6 …is badge](https://travis-ci.org/jmcomets/tcmalloc-rs.svg?branch=master)](https://travis-ci.org/jmc…
7 [![crates.io badge](https://img.shields.io/crates/v/tcmalloc.svg)](https://crates.io/crates/tcmallo…
14 extern crate tcmalloc;
16 use tcmalloc::TCMalloc;
24 By default this crate expects to link to a system-installed tcmalloc. To build
25 the bundled copy of tcmalloc, enable the "bundled" feature. Note the [caveats
27 built by this crate, and tcmalloc will silently link to versions of both that
H A DCargo.toml.orig-cargo2 name = "tcmalloc"
5 description = "Drop-in global allocator using tcmalloc"
10 repository = "https://github.com/jmcomets/tcmalloc-rs"
11 documentation = "https://docs.rs/tcmalloc"
18 bundled = ["tcmalloc-sys"]
20 [dependencies.tcmalloc-sys]
21 path = "tcmalloc-sys"
H A DCargo.toml15 name = "tcmalloc"
18 description = "Drop-in global allocator using tcmalloc"
19 documentation = "https://docs.rs/tcmalloc"
24 repository = "https://github.com/jmcomets/tcmalloc-rs"
25 [dependencies.tcmalloc-sys]
30 bundled = ["tcmalloc-sys"]
/dports/www/trafficserver/trafficserver-9.1.1/build/
H A Dtcmalloc.m418 dnl tcmalloc.m4: Trafficserver's tcmalloc autoconf macros
22 dnl of the many tcmalloc libraries to use ...
24 AC_ARG_WITH([tcmalloc-lib],
25 [AS_HELP_STRING([--with-tcmalloc-lib],[specify the tcmalloc library to use [default=tcmalloc]])],
29 with_tcmalloc_lib="tcmalloc"
34 AC_ARG_WITH([tcmalloc], [AC_HELP_STRING([--with-tcmalloc=DIR], [use the tcmalloc library])],
38 AC_MSG_ERROR([Cannot compile with both tcmalloc and jemalloc])
/dports/audio/mixxx/mixxx-2.3.0/cmake/modules/
H A DFindGPerfTools.cmake17 ``GPerfTools::tcmalloc``
18 The GPerfTools tcmalloc library
42 The directory containing ``gperftools/tcmalloc.h``.
44 The path to the GPerfTools tcmalloc library.
59 NAMES gperftools/tcmalloc.h
61 DOC "tcmalloc include directory")
65 NAMES tcmalloc
67 DOC "tcmalloc library"
108 if (NOT TARGET GPerfTools::tcmalloc)
109 add_library(GPerfTools::tcmalloc UNKNOWN IMPORTED)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc153 using tcmalloc::kLog;
154 using tcmalloc::kCrash;
155 using tcmalloc::kCrashWithStats;
156 using tcmalloc::Log;
157 using tcmalloc::PageHeap;
159 using tcmalloc::SizeMap;
160 using tcmalloc::Span;
161 using tcmalloc::StackTrace;
162 using tcmalloc::Static;
163 using tcmalloc::ThreadCache;
[all …]
H A Dcentral_freelist.cc45 namespace tcmalloc { namespace
49 tcmalloc::DLL_Init(&empty_); in Init()
50 tcmalloc::DLL_Init(&nonempty_); in Init()
111 tcmalloc::DLL_Remove(span); in ReleaseToSpans()
112 tcmalloc::DLL_Prepend(&nonempty_, span); in ReleaseToSpans()
135 tcmalloc::DLL_Remove(span); in ReleaseToSpans()
291 if (tcmalloc::DLL_IsEmpty(&nonempty_)) return 0; in FetchFromOneSpans()
306 tcmalloc::DLL_Remove(span); in FetchFromOneSpans()
307 tcmalloc::DLL_Prepend(&empty_, span); in FetchFromOneSpans()
365 tcmalloc::DLL_Prepend(&nonempty_, span); in Populate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/
H A DBUILD.gn25 if (use_allocator == "tcmalloc") {
26 deps += [ ":tcmalloc" ]
77 if (use_allocator == "tcmalloc") {
78 # tcmalloc currently won't compile on Android.
79 source_set("tcmalloc") {
92 # tcmalloc native and forked files.
166 #"$tcmalloc_dir/src/tcmalloc.cc",
167 #"$tcmalloc_dir/src/tcmalloc.h",
199 # Disable the heap checker in tcmalloc.
283 } # use_allocator == "tcmalloc"
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/
H A DBUILD.gn26 if (use_allocator == "tcmalloc") {
27 deps += [ ":tcmalloc" ]
78 if (use_allocator == "tcmalloc") {
79 # tcmalloc currently won't compile on Android.
80 source_set("tcmalloc") {
96 # tcmalloc native and forked files.
170 #"$tcmalloc_dir/src/tcmalloc.cc",
171 #"$tcmalloc_dir/src/tcmalloc.h",
191 # Disable the heap checker in tcmalloc.
275 } # use_allocator == "tcmalloc"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc154 using tcmalloc::kCrash;
156 using tcmalloc::kLog;
157 using tcmalloc::Log;
158 using tcmalloc::PageHeap;
160 using tcmalloc::Sampler;
161 using tcmalloc::SizeMap;
162 using tcmalloc::Span;
163 using tcmalloc::StackTrace;
164 using tcmalloc::Static;
1544 tcmalloc::FL_Init(ptr); in do_free_with_callback()
[all …]
H A Dcentral_freelist.cc45 namespace tcmalloc { namespace
49 tcmalloc::DLL_Init(&empty_); in Init()
50 tcmalloc::DLL_Init(&nonempty_); in Init()
111 tcmalloc::DLL_Remove(span); in ReleaseToSpans()
112 tcmalloc::DLL_Prepend(&nonempty_, span); in ReleaseToSpans()
135 tcmalloc::DLL_Remove(span); in ReleaseToSpans()
290 if (tcmalloc::DLL_IsEmpty(&nonempty_)) return 0; in FetchFromOneSpans()
305 tcmalloc::DLL_Remove(span); in FetchFromOneSpans()
306 tcmalloc::DLL_Prepend(&empty_, span); in FetchFromOneSpans()
366 tcmalloc::DLL_Prepend(&nonempty_, span); in Populate()
/dports/graphics/enblend/enblend-enfuse-4.2/CMakeModules/
H A DFindTCmalloc.cmake4 # TCMALLOC_INCLUDE_DIR - where to find tcmalloc.h etc.
5 # TCMALLOC_LIBRARIES - List of libraries when using tcmalloc.
6 # TCMALLOC_FOUND - True if tcmalloc found.
8 FIND_PATH(TCMALLOC_INCLUDE_DIR tcmalloc.h
18 NAMES tcmalloc tcmalloc_minimal libtcmalloc_minimal
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dtcmalloc.cc153 using tcmalloc::kLog;
154 using tcmalloc::kCrash;
155 using tcmalloc::kCrashWithStats;
156 using tcmalloc::Log;
157 using tcmalloc::PageHeap;
159 using tcmalloc::SizeMap;
160 using tcmalloc::Span;
161 using tcmalloc::StackTrace;
162 using tcmalloc::Static;
163 using tcmalloc::ThreadCache;
[all …]
H A Dcentral_freelist.cc45 namespace tcmalloc { namespace
49 tcmalloc::DLL_Init(&empty_); in Init()
50 tcmalloc::DLL_Init(&nonempty_); in Init()
111 tcmalloc::DLL_Remove(span); in ReleaseToSpans()
112 tcmalloc::DLL_Prepend(&nonempty_, span); in ReleaseToSpans()
133 tcmalloc::DLL_Remove(span); in ReleaseToSpans()
289 if (tcmalloc::DLL_IsEmpty(&nonempty_)) return 0; in FetchFromOneSpans()
304 tcmalloc::DLL_Remove(span); in FetchFromOneSpans()
305 tcmalloc::DLL_Prepend(&empty_, span); in FetchFromOneSpans()
362 tcmalloc::DLL_Prepend(&nonempty_, span); in Populate()
/dports/biology/avida/avida-2.12.4-src/libs/tcmalloc-1.4/src/
H A Dcentral_freelist.cc60 namespace tcmalloc { namespace
64 tcmalloc::DLL_Init(&empty_); in Init()
65 tcmalloc::DLL_Init(&nonempty_); in Init()
89 tcmalloc::DLL_Remove(span); in ReleaseToSpans()
90 tcmalloc::DLL_Prepend(&nonempty_, span); in ReleaseToSpans()
113 tcmalloc::DLL_Remove(span); in ReleaseToSpans()
263 if (tcmalloc::DLL_IsEmpty(&nonempty_)) return NULL; in FetchFromSpans()
272 tcmalloc::DLL_Remove(span); in FetchFromSpans()
273 tcmalloc::DLL_Prepend(&empty_, span); in FetchFromSpans()
324 tcmalloc::DLL_Prepend(&nonempty_, span); in Populate()
/dports/math/symengine/symengine-0.8.1/cmake/
H A DFindTCMALLOC.cmake3 libfind_library(tcmalloc tcmalloc)
4 set(TCMALLOC_TARGETS tcmalloc)
6 libfind_library(tcmalloc_minimal tcmalloc)
/dports/databases/libdrizzle/libdrizzle-0.8/m4/
H A Dpandora_have_better_malloc.m425 AC_ARG_ENABLE([tcmalloc],
26 [AS_HELP_STRING([--enable-tcmalloc],
27 [Enable linking with tcmalloc @<:@default=off@:>@])],
45 AC_CHECK_LIB(tcmalloc-minimal,malloc,[],[])
47 AC_CHECK_LIB(tcmalloc,malloc,[],[])

12345678910>>...30