Home
last modified time | relevance | path

Searched refs:total_allocs (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/utils/
H A Dallocator_stats.impl.hpp66 std::atomic<counter_t> curr, total, total_allocs, peak;
73 uint64_t getNumberOfAllocations() const CV_OVERRIDE { return (uint64_t)total_allocs.load(); }
98 total_allocs++;
112 …volatile counter_t curr, total, total_allocs, peak; // overflow is possible, CV_XADD operates wit…
115 : curr(0), total(0), total_allocs(0), peak(0)
121 uint64_t getNumberOfAllocations() const CV_OVERRIDE { return (uint64_t)total_allocs; }
140 CV_XADD(&total_allocs, (counter_t)1);
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpyarena.c67 size_t total_allocs; member
147 arena->total_allocs = 0; in PyArena_New()
186 arena->total_allocs++; in PyArena_Malloc()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpyarena.c67 size_t total_allocs; member
147 arena->total_allocs = 0; in PyArena_New()
186 arena->total_allocs++; in PyArena_Malloc()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dpyarena.c67 size_t total_allocs; member
147 arena->total_allocs = 0; in PyArena_New()
186 arena->total_allocs++; in PyArena_Malloc()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dpyarena.c70 size_t total_allocs; member
150 arena->total_allocs = 0; in PyArena_New()
189 arena->total_allocs++; in PyArena_Malloc()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dpyarena.c68 size_t total_allocs; member
148 arena->total_allocs = 0; in _PyArena_New()
187 arena->total_allocs++; in _PyArena_Malloc()
/dports/lang/python27/Python-2.7.18/Python/
H A Dpyarena.c70 size_t total_allocs; member
150 arena->total_allocs = 0; in PyArena_New()
189 arena->total_allocs++; in PyArena_Malloc()
/dports/lang/python38/Python-3.8.12/Python/
H A Dpyarena.c67 size_t total_allocs; member
147 arena->total_allocs = 0; in PyArena_New()
186 arena->total_allocs++; in PyArena_Malloc()
/dports/lang/python39/Python-3.9.9/Python/
H A Dpyarena.c67 size_t total_allocs; member
147 arena->total_allocs = 0; in PyArena_New()
186 arena->total_allocs++; in PyArena_Malloc()
/dports/lang/python310/Python-3.10.1/Python/
H A Dpyarena.c68 size_t total_allocs; member
148 arena->total_allocs = 0; in _PyArena_New()
187 arena->total_allocs++; in _PyArena_Malloc()
/dports/lang/python37/Python-3.7.12/Python/
H A Dpyarena.c67 size_t total_allocs; member
147 arena->total_allocs = 0; in PyArena_New()
186 arena->total_allocs++; in PyArena_Malloc()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dpyarena.c67 size_t total_allocs; member
147 arena->total_allocs = 0; in PyArena_New()
186 arena->total_allocs++; in PyArena_Malloc()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/mem/
H A Dmalloc_tracker.cpp159 static CounterType total_allocs COUNTER_ZERO;
180 size_t total_allocs; member
209 sync_add_and_fetch(total_allocs, tl_stats.total_allocs); in flush_memory_statistics()
217 tl_stats.total_allocs = 0; in flush_memory_statistics()
226 tl_stats.total_allocs++; in inc_count()
238 sync_add_and_fetch(total_allocs, 1); in inc_count()
283 return total_allocs; in malloc_tracker_total_allocs()
446 get(total_allocs), get(current_allocs)); in finish()
502 sync_add_and_fetch(total_allocs, 1); in bypass_malloc()
597 sync_add_and_fetch(total_allocs, 1); in bypass_aligned_alloc()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpyarena.c70 size_t total_allocs; member
150 arena->total_allocs = 0; in PyArena_New()
196 arena->total_allocs++; in PyArena_Malloc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/common/
H A Ddmabounce.c72 unsigned long total_allocs; member
93 device_info->total_allocs - device_info->small.allocs - in dmabounce_show()
95 device_info->total_allocs, in dmabounce_show()
155 device_info->total_allocs++; in alloc_safe_buffer()
523 device_info->total_allocs = 0; in dmabounce_register_dev()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/common/
H A Ddmabounce.c72 unsigned long total_allocs; member
93 device_info->total_allocs - device_info->small.allocs - in dmabounce_show()
95 device_info->total_allocs, in dmabounce_show()
155 device_info->total_allocs++; in alloc_safe_buffer()
523 device_info->total_allocs = 0; in dmabounce_register_dev()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/common/
H A Ddmabounce.c72 unsigned long total_allocs; member
93 device_info->total_allocs - device_info->small.allocs - in dmabounce_show()
95 device_info->total_allocs, in dmabounce_show()
155 device_info->total_allocs++; in alloc_safe_buffer()
523 device_info->total_allocs = 0; in dmabounce_register_dev()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/bam-loader/
H A Dmem-bank.cpp187 my_map_t::size_type total_allocs; member in pmem
203 , total_allocs(0) in pmem()
216 std::cerr << "num alloc: " << total_allocs << std::endl; in ~pmem()
259 ++total_allocs; in Alloc()
/dports/graphics/povray37/povray-3.7.0.10/source/
H A Dpov_mem.cpp289 long int total_allocs; /* total # of alloc calls */ member
955 mem_stats.total_allocs = 0; in mem_stats_init()
988 mem_stats.total_allocs++; in mem_stats_alloc()
1063 return mem_stats.total_allocs; in mem_stats_total_allocs()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpov_mem.cpp291 long int total_allocs; /* total # of alloc calls */ member
965 mem_stats.total_allocs = 0; in mem_stats_init()
998 mem_stats.total_allocs++; in mem_stats_alloc()
1073 return mem_stats.total_allocs; in mem_stats_total_allocs()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpov_mem.cpp286 long int total_allocs; /* total # of alloc calls */ member
951 mem_stats.total_allocs = 0; in mem_stats_init()
984 mem_stats.total_allocs++; in mem_stats_alloc()
1059 return mem_stats.total_allocs; in mem_stats_total_allocs()
/dports/games/openjk/OpenJK-07675e2/code/Rufl/
H A Dhstring.cpp194 int hstring::total_strings() {return Pool().total_allocs();} in total_strings()
/dports/games/openjk/OpenJK-07675e2/code/Ratl/
H A Dhash_pool_vs.h213 int total_allocs() {return mTotalAllocs;} in total_allocs() function
/dports/devel/lmdbg/lmdbg-1.3.0/
H A DREADME188 info stat total_allocs: 4