Searched refs:HPROF_MALLOC (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_stack.c78 new_elements = HPROF_MALLOC(new_size*stack->elem_size);
95 stack = (Stack*)HPROF_MALLOC((int)sizeof(Stack));
96 elements = HPROF_MALLOC(init_size*elem_size);
H A Dhprof_blocks.c85 block_header = (BlockHeader*)HPROF_MALLOC(block_size+header_size);
110 blocks = (Blocks*)HPROF_MALLOC(sizeof(Blocks));
H A Dhprof_tls.c323 info->frames_buffer = HPROF_MALLOC(nbytes);
325 info->jframes_buffer = HPROF_MALLOC(nbytes);
634 waiter_nums = HPROF_MALLOC(usage.waiter_count*
640 notify_waiter_nums = HPROF_MALLOC(usage.notify_waiter_count*
893 threads = (jthread*)HPROF_MALLOC(nbytes);
895 serial_nums = (SerialNumber*)HPROF_MALLOC(nbytes);
1036 threads = (jthread*)HPROF_MALLOC(nbytes);
1038 serial_nums = (SerialNumber*)HPROF_MALLOC(nbytes);
1040 infos = (TlsInfo**)HPROF_MALLOC(nbytes);
1052 traces = (TraceIndex*)HPROF_MALLOC(nbyte
[all...]
H A Dhprof_util.h187 #define HPROF_MALLOC(size) hprof_debug_malloc(size, __FILE__, __LINE__) macro
190 #define HPROF_MALLOC(size) hprof_malloc(size) macro
H A Dhprof_table.c273 p = HPROF_MALLOC(size*(int)sizeof(BV_CHUNK_TYPE));
430 new_buckets = HPROF_MALLOC(new_size*(int)sizeof(TableIndex));
484 new_table = HPROF_MALLOC(nbytes);
499 new_bv = HPROF_MALLOC(nbytes);
674 ltable = (LookupTable *)HPROF_MALLOC((int)sizeof(LookupTable));
693 ltable->table = HPROF_MALLOC(size * elem_size);
699 ltable->hash_buckets = (TableIndex*)HPROF_MALLOC(nbytes);
H A Dhprof_init.c281 new_name = HPROF_MALLOC(new_len);
522 all_options = HPROF_MALLOC((int)strlen(command_line_options) +
551 gdata->utf8_output_filename = HPROF_MALLOC((int)strlen(suboption)+1);
565 gdata->net_hostname = HPROF_MALLOC((int)strlen(suboption)+1);
738 gdata->utf8_output_filename = HPROF_MALLOC((int)strlen(default_filename)+1);
745 gdata->output_filename = (char*)HPROF_MALLOC(ulen*3+3);
783 gdata->heapfilename = HPROF_MALLOC(len + 5);
794 HPROF_MALLOC((int)strlen(default_filename)+
1510 signature = HPROF_MALLOC(len+3);
H A Dhprof_reference.c393 fvalues = (jvalue*)HPROF_MALLOC(n_fields*(int)sizeof(jvalue));
578 fvalues = (jvalue*)HPROF_MALLOC(n_fields*(int)sizeof(jvalue));
630 values = (ObjectIndex*)HPROF_MALLOC(nbytes);
640 new_values = (void*)HPROF_MALLOC(nbytes);
H A Dhprof_trace.c278 finfo = (struct FrameNames *)HPROF_MALLOC(n_frames*(int)sizeof(struct FrameNames));
593 frames_buffer = (FrameIndex*)HPROF_MALLOC(nbytes);
595 trace_key_buffer = (TraceKey*)HPROF_MALLOC(nbytes);
651 traces = (TraceIndex*)HPROF_MALLOC(nbytes);
698 iterate.traces = HPROF_MALLOC(n_entries*(int)sizeof(TraceIndex)+1);
788 iterate.traces = HPROF_MALLOC(n_entries*(int)sizeof(TraceIndex)+1);
H A Dhprof_io.c125 name = HPROF_MALLOC(name_len+1);
136 name = HPROF_MALLOC(name_len+1);
190 name = HPROF_MALLOC(name_len+1);
654 gdata->write_buffer = HPROF_MALLOC(gdata->write_buffer_size);
660 gdata->heap_buffer = HPROF_MALLOC(gdata->heap_buffer_size);
665 gdata->check_buffer = HPROF_MALLOC(gdata->check_buffer_size);
1877 buf = HPROF_MALLOC(buf_len);
H A Dhprof_class.c150 name = HPROF_MALLOC(len-1);
471 info->method = (MethodInfo *)HPROF_MALLOC(count*(int)sizeof(MethodInfo));
H A Dhprof_monitor.c265 iterate.monitors = HPROF_MALLOC(n_entries*(int)sizeof(MonitorIndex));
H A Dhprof_check.c382 new_finfo = (Finfo*)HPROF_MALLOC(cmap->max_finfo*(int)sizeof(Finfo));
900 umap.str = HPROF_MALLOC(num_elements+1);
1109 image = HPROF_MALLOC(((jint)nbytes)+1);
H A Dhprof_site.c397 iterate.site_nums = HPROF_MALLOC(nbytes);
H A Dhprof_util.c1226 *pfields = (FieldInfo*)HPROF_MALLOC(nbytes);

Completed in 71 milliseconds