Home
last modified time | relevance | path

Searched refs:malloc_overhead (Results 1 – 25 of 31) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DmallocTracker.hpp154 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
222 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
226 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
231 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemBaseline.hpp144 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
H A DmemReporter.cpp135 reserved_amount += _malloc_snapshot->malloc_overhead()->size(); in report_summary_of_type()
136 committed_amount += _malloc_snapshot->malloc_overhead()->size(); in report_summary_of_type()
178 amount_in_current_scale(_malloc_snapshot->malloc_overhead()->size()) > 0) { in report_summary_of_type()
180 amount_in_current_scale(_malloc_snapshot->malloc_overhead()->size()), scale); in report_summary_of_type()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DmallocTracker.hpp154 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
222 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
226 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
231 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemBaseline.hpp144 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/services/
H A DmallocTracker.hpp154 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
222 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
226 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
231 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemBaseline.hpp147 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/services/
H A DmallocTracker.hpp153 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
221 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
225 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
230 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemBaseline.hpp147 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
H A DmemReporter.cpp135 reserved_amount += _malloc_snapshot->malloc_overhead()->size(); in report_summary_of_type()
136 committed_amount += _malloc_snapshot->malloc_overhead()->size(); in report_summary_of_type()
178 amount_in_current_scale(_malloc_snapshot->malloc_overhead()->size()) > 0) { in report_summary_of_type()
180 amount_in_current_scale(_malloc_snapshot->malloc_overhead()->size()), scale); in report_summary_of_type()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/services/
H A DmallocTracker.hpp148 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
216 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
220 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
225 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemBaseline.hpp147 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/services/
H A DmallocTracker.hpp152 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
220 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
224 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
229 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemBaseline.hpp145 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/services/
H A DmallocTracker.hpp154 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
222 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
226 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
231 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemBaseline.hpp147 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/services/
H A DmallocTracker.hpp154 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
222 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
226 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
231 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemBaseline.hpp147 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DmallocTracker.hpp153 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
217 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
221 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
226 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemReporter.cpp135 reserved_amount += _malloc_snapshot->malloc_overhead()->size(); in report_summary_of_type()
136 committed_amount += _malloc_snapshot->malloc_overhead()->size(); in report_summary_of_type()
175 amount_in_current_scale(_malloc_snapshot->malloc_overhead()->size()) > 0) { in report_summary_of_type()
177 amount_in_current_scale(_malloc_snapshot->malloc_overhead()->size()), scale); in report_summary_of_type()
H A DmemBaseline.hpp142 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DmallocTracker.hpp153 inline MemoryCounter* malloc_overhead() { in malloc_overhead() function in MallocMemorySnapshot
217 as_snapshot()->malloc_overhead()->allocate(sz); in record_new_malloc_header()
221 as_snapshot()->malloc_overhead()->deallocate(sz); in record_free_malloc_header()
226 return as_snapshot()->malloc_overhead()->size(); in tracking_overhead()
H A DmemReporter.cpp135 reserved_amount += _malloc_snapshot->malloc_overhead()->size(); in report_summary_of_type()
136 committed_amount += _malloc_snapshot->malloc_overhead()->size(); in report_summary_of_type()
175 amount_in_current_scale(_malloc_snapshot->malloc_overhead()->size()) > 0) { in report_summary_of_type()
177 amount_in_current_scale(_malloc_snapshot->malloc_overhead()->size()), scale); in report_summary_of_type()
H A DmemBaseline.hpp142 return bl->_malloc_memory_snapshot.malloc_overhead()->size(); in malloc_tracking_overhead()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DBoundSmallAllocations.cpp134 int malloc_overhead = 128 / op->type.bytes(); in visit() local
139 (op->memory_type == MemoryType::Auto && size <= malloc_overhead))) { in visit()

12