Home
last modified time | relevance | path

Searched refs:total_allocated (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/examples/sandbox/
H A Dsandbox.c30 static size_t total_allocated = 0; variable
35 fprintf(stderr, "Total allocated: %ld\n", (long) total_allocated); in sandbox_dump_memstate()
49 if (total_allocated + size > max_allocated) { in sandbox_alloc()
61 total_allocated += size; in sandbox_alloc()
83 total_allocated -= old_size; in sandbox_realloc()
88 if (total_allocated - old_size + size > max_allocated) { in sandbox_realloc()
100 total_allocated -= old_size; in sandbox_realloc()
101 total_allocated += size; in sandbox_realloc()
110 if (total_allocated + size > max_allocated) { in sandbox_realloc()
122 total_allocated += size; in sandbox_realloc()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/examples/sandbox/
H A Dsandbox.c30 static size_t total_allocated = 0; variable
35 fprintf(stderr, "Total allocated: %ld\n", (long) total_allocated); in sandbox_dump_memstate()
49 if (total_allocated + size > max_allocated) { in sandbox_alloc()
61 total_allocated += size; in sandbox_alloc()
83 total_allocated -= old_size; in sandbox_realloc()
88 if (total_allocated - old_size + size > max_allocated) { in sandbox_realloc()
100 total_allocated -= old_size; in sandbox_realloc()
101 total_allocated += size; in sandbox_realloc()
110 if (total_allocated + size > max_allocated) { in sandbox_realloc()
122 total_allocated += size; in sandbox_realloc()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/examples/sandbox/
H A Dsandbox.c30 static size_t total_allocated = 0; variable
35 fprintf(stderr, "Total allocated: %ld\n", (long) total_allocated); in sandbox_dump_memstate()
49 if (total_allocated + size > max_allocated) { in sandbox_alloc()
61 total_allocated += size; in sandbox_alloc()
83 total_allocated -= old_size; in sandbox_realloc()
88 if (total_allocated - old_size + size > max_allocated) { in sandbox_realloc()
100 total_allocated -= old_size; in sandbox_realloc()
101 total_allocated += size; in sandbox_realloc()
110 if (total_allocated + size > max_allocated) { in sandbox_realloc()
122 total_allocated += size; in sandbox_realloc()
[all …]
/dports/lang/duktape/duktape-2.6.0/examples/sandbox/
H A Dsandbox.c30 static size_t total_allocated = 0; variable
35 fprintf(stderr, "Total allocated: %ld\n", (long) total_allocated); in sandbox_dump_memstate()
49 if (total_allocated + size > max_allocated) { in sandbox_alloc()
61 total_allocated += size; in sandbox_alloc()
83 total_allocated -= old_size; in sandbox_realloc()
88 if (total_allocated - old_size + size > max_allocated) { in sandbox_realloc()
100 total_allocated -= old_size; in sandbox_realloc()
101 total_allocated += size; in sandbox_realloc()
110 if (total_allocated + size > max_allocated) { in sandbox_realloc()
122 total_allocated += size; in sandbox_realloc()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dmalloc_bench.cpp34 size_t total_allocated = 0; in randoms() local
69 total_allocated -= allocated[bin]; in randoms()
72 total_allocated += size; in randoms()
77 total_allocated -= allocated[bin]; in randoms()
81 total_allocated += size; in randoms()
87 total_allocated += size; in randoms()
91 total_allocated += size; in randoms()
111 total_allocated -= allocated[bin]; in randoms()
114 if (total_allocated > max_allocated) { in randoms()
115 max_allocated = total_allocated; in randoms()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dirq_matrix.h22 __field( unsigned int, total_allocated )
29 __entry->total_allocated = matrix->total_allocated;
34 __entry->global_reserved, __entry->total_allocated)
48 __field( unsigned int, total_allocated )
56 __entry->total_allocated = matrix->total_allocated;
62 __entry->total_allocated)
82 __field( unsigned int, total_allocated )
95 __entry->total_allocated = matrix->total_allocated;
103 __entry->total_allocated)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dirq_matrix.h22 __field( unsigned int, total_allocated )
29 __entry->total_allocated = matrix->total_allocated;
34 __entry->global_reserved, __entry->total_allocated)
48 __field( unsigned int, total_allocated )
56 __entry->total_allocated = matrix->total_allocated;
62 __entry->total_allocated)
82 __field( unsigned int, total_allocated )
95 __entry->total_allocated = matrix->total_allocated;
103 __entry->total_allocated)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dirq_matrix.h22 __field( unsigned int, total_allocated )
29 __entry->total_allocated = matrix->total_allocated;
34 __entry->global_reserved, __entry->total_allocated)
48 __field( unsigned int, total_allocated )
56 __entry->total_allocated = matrix->total_allocated;
62 __entry->total_allocated)
82 __field( unsigned int, total_allocated )
95 __entry->total_allocated = matrix->total_allocated;
103 __entry->total_allocated)
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dzone-stats-unittest.cc119 size_t total_allocated = 0; in TEST_F() local
129 total_allocated += bytes; in TEST_F()
138 total_allocated += bytes; in TEST_F()
143 total_allocated); in TEST_F()
145 total_allocated); in TEST_F()
150 total_allocated); in TEST_F()
151 ExpectForPool(outer_allocated, max_loop_allocation, total_allocated); in TEST_F()
154 Expect(&outer_stats, 0, max_loop_allocation, total_allocated); in TEST_F()
155 ExpectForPool(0, max_loop_allocation, total_allocated); in TEST_F()
/dports/lang/nwcc/nwcc_0.8.3/
H A Dstack.c88 f->total_allocated += nbytes; in alloc_bytes()
90 ret->offset = f->total_allocated; in alloc_bytes()
96 return (f->total_allocated += nbytes); in add_total_allocated()
111 while (f->total_allocated % bytes) { in stack_align()
112 ++f->total_allocated; in stack_align()
H A Dmips_gen.c448 ++f->total_allocated; in align_stack()
760 ++f->total_allocated; in make_local_variables()
832 f->total_allocated += 8; in gen_function()
836 f->total_allocated; in gen_function()
940 f->total_allocated - in gen_function()
948 f->total_allocated - in gen_function()
986 f->total_allocated - in gen_function()
1014 f->total_allocated + in gen_function()
1032 f->total_allocated + in gen_function()
1049 f->total_allocated + in gen_function()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dout_of_memory.cpp8 size_t total_allocated = 0; variable
16 if (total_allocated + x > mem_limit) in test_malloc()
21 total_allocated += x; in test_malloc()
29 total_allocated -= allocation_sizes[ptr]; in test_free()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/fastrpc/fastrpc_dma_stat/
H A Dformat11 field:unsigned long total_allocated; offset:24; size:8; signed:0;
13 print fmt: "cid=%u len=%ldB total_allocated=%ldB", REC->cid, REC->len, REC->total_allocated
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/ion/ion_stat/
H A Dformat11 field:unsigned long total_allocated; offset:24; size:8; signed:0;
13 print fmt: "buffer_id=%u len=%ldB total_allocated=%ldB", REC->buffer_id, REC->len, REC->total_alloc…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/kmem/ion_heap_grow/
H A Dformat11 field:long total_allocated; offset:24; size:8; signed:1;
13 print fmt: "heap_name=%s, len=%zu, total_allocated=%ld", REC->heap_name, REC->len, REC->total_alloc…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/kmem/ion_heap_shrink/
H A Dformat11 field:long total_allocated; offset:24; size:8; signed:1;
13 print fmt: "heap_name=%s, len=%zu, total_allocated=%ld", REC->heap_name, REC->len, REC->total_alloc…
/dports/dns/nsd/nsd-4.3.9/
H A Dregion-allocator.c57 size_t total_allocated; member
96 result->total_allocated = 0; in alloc_region_base()
272 region->total_allocated += size; in region_alloc()
301 region->total_allocated += wasted; in region_alloc()
323 region->total_allocated += aligned_size; in region_alloc()
417 region->total_allocated = 0; in region_free_all()
469 region->total_allocated -= size; in region_recycle()
489 (unsigned long) region->total_allocated, in region_dump_stats()
517 return region->total_allocated; in region_get_mem()
536 (unsigned long) region->total_allocated, in region_log_stats()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/profiling/memory/
H A Dheapprofd_end_to_end_test.cc455 uint64_t total_allocated = 0; in TEST_P() local
467 total_allocated += sample.self_allocated(); in TEST_P()
474 EXPECT_GT(total_allocated, 0u); in TEST_P()
522 uint64_t total_allocated = 0; in TEST_P() local
541 EXPECT_GT(total_allocated, 0u); in TEST_P()
585 uint64_t total_allocated = 0; in TEST_P() local
604 EXPECT_GT(total_allocated, 0u); in TEST_P()
649 uint64_t total_allocated = 0; in TEST_P() local
668 EXPECT_GT(total_allocated, 0u); in TEST_P()
870 uint64_t total_allocated = 0; in TEST_P() local
[all …]
/dports/finance/frontaccounting/frontaccounting/includes/ui/
H A Dallocation_cart.inc195 $total_allocated = 0;
222 $total_allocated += $alloc_item->current_allocated;
278 $k = $counter = $total_allocated = 0;
318 $total_allocated += input_num('amount' . $id);
322 label_row(_("Total Allocated"), price_format($total_allocated),
323 "colspan=8 align=right", "align=right id='total_allocated'", 3);
334 if (floatcmp($amount, $total_allocated) < 0)
341 $left_to_allocate = price_format($amount - $total_allocated);
356 $total_allocated = 0;
381 $total_allocated += input_num('amount' . $counter);
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/sandbox/servers/5.6/sys/views/p_s/
H A Dx_memory_global_total.sql34 total_allocated
36 SELECT SUM(CURRENT_NUMBER_OF_BYTES_USED) total_allocated
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/sandbox/servers/5.7/sys/views/p_s/
H A Dx_memory_global_total.sql34 total_allocated
36 SELECT SUM(CURRENT_NUMBER_OF_BYTES_USED) total_allocated
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/scripts/sys_schema/views/p_s/
H A Dx_memory_global_total.sql41 total_allocated
43 SELECT SUM(CURRENT_NUMBER_OF_BYTES_USED) total_allocated
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/scripts/sys_schema/views/p_s/
H A Dx_memory_global_total.sql34 total_allocated
36 SELECT SUM(CURRENT_NUMBER_OF_BYTES_USED) total_allocated
/dports/databases/percona57-server/percona-server-5.7.36-39/scripts/sys_schema/views/p_s/
H A Dx_memory_global_total.sql41 total_allocated
43 SELECT SUM(CURRENT_NUMBER_OF_BYTES_USED) total_allocated
/dports/databases/percona57-client/percona-server-5.7.36-39/scripts/sys_schema/views/p_s/
H A Dx_memory_global_total.sql41 total_allocated
43 SELECT SUM(CURRENT_NUMBER_OF_BYTES_USED) total_allocated

12345678910>>...17