Home
last modified time | relevance | path

Searched refs:NEW_C_HEAP_ARRAY (Results 1 – 25 of 1339) sorted by relevance

12345678910>>...54

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp82 _node_ids = NEW_C_HEAP_ARRAY(int, _num_active_node_ids, mtGC); in initialize_without_numa()
86 _node_id_to_index_map = NEW_C_HEAP_ARRAY(uint, _len_node_id_to_index_map, mtGC); in initialize_without_numa()
100 _node_ids = NEW_C_HEAP_ARRAY(int, num_node_ids, mtGC); in initialize()
110 _node_id_to_index_map = NEW_C_HEAP_ARRAY(uint, _len_node_id_to_index_map, mtGC); in initialize()
271 _matched = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
272 _mismatched = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
273 _total = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp82 _node_ids = NEW_C_HEAP_ARRAY(int, _num_active_node_ids, mtGC); in initialize_without_numa()
86 _node_id_to_index_map = NEW_C_HEAP_ARRAY(uint, _len_node_id_to_index_map, mtGC); in initialize_without_numa()
100 _node_ids = NEW_C_HEAP_ARRAY(int, num_node_ids, mtGC); in initialize()
110 _node_id_to_index_map = NEW_C_HEAP_ARRAY(uint, _len_node_id_to_index_map, mtGC); in initialize()
271 _matched = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
272 _mismatched = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
273 _total = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp82 _node_ids = NEW_C_HEAP_ARRAY(int, _num_active_node_ids, mtGC); in initialize_without_numa()
86 _node_id_to_index_map = NEW_C_HEAP_ARRAY(uint, _len_node_id_to_index_map, mtGC); in initialize_without_numa()
100 _node_ids = NEW_C_HEAP_ARRAY(int, num_node_ids, mtGC); in initialize()
110 _node_id_to_index_map = NEW_C_HEAP_ARRAY(uint, _len_node_id_to_index_map, mtGC); in initialize()
271 _matched = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
272 _mismatched = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
273 _total = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1NUMA.cpp82 _node_ids = NEW_C_HEAP_ARRAY(int, _num_active_node_ids, mtGC); in initialize_without_numa()
86 _node_id_to_index_map = NEW_C_HEAP_ARRAY(uint, _len_node_id_to_index_map, mtGC); in initialize_without_numa()
100 _node_ids = NEW_C_HEAP_ARRAY(int, num_node_ids, mtGC); in initialize()
110 _node_id_to_index_map = NEW_C_HEAP_ARRAY(uint, _len_node_id_to_index_map, mtGC); in initialize()
271 _matched = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
272 _mismatched = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
273 _total = NEW_C_HEAP_ARRAY(uint, num_nodes, mtGC); in G1NodeIndexCheckClosure()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DsurvRateGroup.cpp48 _summary_surv_rates = NEW_C_HEAP_ARRAY(NumberSeq*, length, mtGC); in SurvRateGroup()
95 _surv_rate = NEW_C_HEAP_ARRAY(double, _region_num, mtGC); in stop_adding_regions()
96 _accum_surv_rate_pred = NEW_C_HEAP_ARRAY(double, _region_num, mtGC); in stop_adding_regions()
97 _surv_rate_pred = NEW_C_HEAP_ARRAY(TruncatedSeq*, _region_num, mtGC); in stop_adding_regions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DsurvRateGroup.cpp48 _summary_surv_rates = NEW_C_HEAP_ARRAY(NumberSeq*, length, mtGC); in SurvRateGroup()
95 _surv_rate = NEW_C_HEAP_ARRAY(double, _region_num, mtGC); in stop_adding_regions()
96 _accum_surv_rate_pred = NEW_C_HEAP_ARRAY(double, _region_num, mtGC); in stop_adding_regions()
97 _surv_rate_pred = NEW_C_HEAP_ARRAY(TruncatedSeq*, _region_num, mtGC); in stop_adding_regions()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp163 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
287 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
329 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
361 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
455 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
471 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
487 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
806 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
820 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
913 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp163 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
287 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
329 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
361 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
455 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
471 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
487 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
806 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
820 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
913 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp163 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
287 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
329 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
361 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
455 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
471 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
487 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
806 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
820 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
913 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/windows/
H A DperfMemory_windows.cpp163 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
287 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
329 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
361 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
455 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
471 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
487 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
806 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
820 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
913 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp161 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
285 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
327 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
359 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
453 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
469 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
485 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
803 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
817 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
910 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp161 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
285 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
327 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
359 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
453 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
469 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
485 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
803 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
817 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
910 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.cpp30 _hdr = NEW_C_HEAP_ARRAY(int*, MagBuckets, mtInternal); in HdrSeq()
96 b = NEW_C_HEAP_ARRAY(int, ValBuckets, mtInternal); in add()
123 _mags = NEW_C_HEAP_ARRAY(size_t, BitsPerSize_t, mtInternal); in BinaryMagnitudeSeq()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.cpp30 _hdr = NEW_C_HEAP_ARRAY(int*, MagBuckets, mtInternal); in HdrSeq()
96 b = NEW_C_HEAP_ARRAY(int, ValBuckets, mtInternal); in add()
123 _mags = NEW_C_HEAP_ARRAY(size_t, BitsPerSize_t, mtInternal); in BinaryMagnitudeSeq()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.cpp30 _hdr = NEW_C_HEAP_ARRAY(int*, MagBuckets, mtInternal); in HdrSeq()
96 b = NEW_C_HEAP_ARRAY(int, ValBuckets, mtInternal); in add()
123 _mags = NEW_C_HEAP_ARRAY(size_t, BitsPerSize_t, mtInternal); in BinaryMagnitudeSeq()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.cpp31 _hdr = NEW_C_HEAP_ARRAY(int*, MagBuckets, mtInternal); in HdrSeq()
97 b = NEW_C_HEAP_ARRAY(int, ValBuckets, mtInternal); in add()
124 _mags = NEW_C_HEAP_ARRAY(size_t, BitsPerSize_t, mtInternal); in BinaryMagnitudeSeq()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.cpp31 _hdr = NEW_C_HEAP_ARRAY(int*, MagBuckets, mtInternal); in HdrSeq()
97 b = NEW_C_HEAP_ARRAY(int, ValBuckets, mtInternal); in add()
124 _mags = NEW_C_HEAP_ARRAY(size_t, BitsPerSize_t, mtInternal); in BinaryMagnitudeSeq()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.cpp30 _hdr = NEW_C_HEAP_ARRAY(int*, MagBuckets, mtInternal); in HdrSeq()
96 b = NEW_C_HEAP_ARRAY(int, ValBuckets, mtInternal); in add()
123 _mags = NEW_C_HEAP_ARRAY(size_t, BitsPerSize_t, mtInternal); in BinaryMagnitudeSeq()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.cpp31 _hdr = NEW_C_HEAP_ARRAY(int*, MagBuckets, mtInternal); in HdrSeq()
97 b = NEW_C_HEAP_ARRAY(int, ValBuckets, mtInternal); in add()
124 _mags = NEW_C_HEAP_ARRAY(size_t, BitsPerSize_t, mtInternal); in BinaryMagnitudeSeq()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.cpp30 _hdr = NEW_C_HEAP_ARRAY(int*, MagBuckets, mtInternal); in HdrSeq()
96 b = NEW_C_HEAP_ARRAY(int, ValBuckets, mtInternal); in add()
123 _mags = NEW_C_HEAP_ARRAY(size_t, BitsPerSize_t, mtInternal); in BinaryMagnitudeSeq()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp163 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
287 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
329 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
361 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
455 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
471 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
487 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
806 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
820 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
913 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp164 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
288 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
330 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
362 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
456 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
472 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
488 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
807 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
821 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
914 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp163 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
287 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
329 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
361 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
455 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
471 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
487 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
806 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
820 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
913 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp163 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_tmp_dir()
287 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); in get_user_name()
329 char* usrdir_name = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
361 char* filename = NEW_C_HEAP_ARRAY(char, in get_user_name_slow()
455 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_objectname()
471 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_sharedmem_filename()
487 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in remove_file()
806 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal); in get_user_sid()
820 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); in get_user_sid()
913 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.cpp83 _manager_array = NEW_C_HEAP_ARRAY(ParCompactionManager*, parallel_gc_threads+1, mtGC); in initialize()
86 _region_list = NEW_C_HEAP_ARRAY(RegionTaskQueue*, in initialize()
90 _recycled_stack_index = NEW_C_HEAP_ARRAY(uint, parallel_gc_threads, mtGC); in initialize()

12345678910>>...54