Searched refs:FREE_C_HEAP_ARRAY (Results 1 - 25 of 66) sorted by relevance

123

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp124 FREE_C_HEAP_ARRAY(char, destfile, mtInternal);
337 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
348 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
369 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
375 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
397 if (latest_user != NULL) FREE_C_HEAP_ARRAY(char, latest_user, mtInternal);
404 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
408 FREE_C_HEAP_ARRAY(char, udbuf, mtInternal);
409 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
412 FREE_C_HEAP_ARRAY(cha
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DcSpaceCounters.hpp55 if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space, mtInternal);
H A DgenerationCounters.hpp72 if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space, mtGC);
H A DcollectorCounters.hpp53 if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space, mtGC);
H A DgSpaceCounters.hpp57 if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space, mtGC);
H A DhSpaceCounters.hpp58 if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space, mtGC);
H A DspaceCounters.hpp58 if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space, mtGC);
/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp130 FREE_C_HEAP_ARRAY(char, destfile, mtInternal);
282 FREE_C_HEAP_ARRAY(char, pwbuf, mtInternal);
289 FREE_C_HEAP_ARRAY(char, pwbuf, mtInternal);
350 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
361 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
385 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
391 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
401 if (oldest_user != NULL) FREE_C_HEAP_ARRAY(char, oldest_user, mtInternal);
409 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
413 FREE_C_HEAP_ARRAY(cha
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp130 FREE_C_HEAP_ARRAY(char, destfile, mtInternal);
282 FREE_C_HEAP_ARRAY(char, pwbuf, mtInternal);
289 FREE_C_HEAP_ARRAY(char, pwbuf, mtInternal);
350 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
361 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
385 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
391 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
401 if (oldest_user != NULL) FREE_C_HEAP_ARRAY(char, oldest_user, mtInternal);
409 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
413 FREE_C_HEAP_ARRAY(cha
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp132 FREE_C_HEAP_ARRAY(char, destfile, mtInternal);
273 FREE_C_HEAP_ARRAY(char, pwbuf, mtInternal);
280 FREE_C_HEAP_ARRAY(char, pwbuf, mtInternal);
341 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
352 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
376 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
382 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
392 if (oldest_user != NULL) FREE_C_HEAP_ARRAY(char, oldest_user, mtInternal);
400 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
404 FREE_C_HEAP_ARRAY(cha
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.hpp84 FREE_C_HEAP_ARRAY(nmethod*, _nmethods, mtInternal);
H A DperfMemory.cpp250 FREE_C_HEAP_ARRAY(char, dest_file, mtInternal);
H A Darguments.cpp372 FREE_C_HEAP_ARRAY(char, _items[index], mtInternal);
408 FREE_C_HEAP_ARRAY(char, dirpath, mtInternal);
475 FREE_C_HEAP_ARRAY(char, path, mtInternal);
510 FREE_C_HEAP_ARRAY(char, jarpath, mtInternal);
513 FREE_C_HEAP_ARRAY(char, dbuf, mtInternal);
635 FREE_C_HEAP_ARRAY(char, value, mtInternal);
659 FREE_C_HEAP_ARRAY(char, value, mtInternal);
662 FREE_C_HEAP_ARRAY(char, free_this_too, mtInternal);
2113 FREE_C_HEAP_ARRAY(char, altclasses_path, mtInternal);
H A DperfData.cpp114 FREE_C_HEAP_ARRAY(char, _name, mtInternal);
117 FREE_C_HEAP_ARRAY(PerfDataEntry, _pdep, mtInternal);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1Refine.cpp105 FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _threads, mtGC);
H A Dg1HotCardCache.cpp59 FREE_C_HEAP_ARRAY(jbyte*, _hot_cache, mtGC);
H A DsurvRateGroup.cpp107 FREE_C_HEAP_ARRAY(double, old_surv_rate, mtGC);
110 FREE_C_HEAP_ARRAY(double, old_accum_surv_rate_pred, mtGC);
113 FREE_C_HEAP_ARRAY(TruncatedSeq*, old_surv_rate_pred, mtGC);
/openjdk7/hotspot/src/share/vm/utilities/
H A Darray.cpp80 FREE_C_HEAP_ARRAY(char*, _data, F);
H A Dxmlstream.cpp61 FREE_C_HEAP_ARRAY(char, _element_close_stack_low, mtInternal);
165 FREE_C_HEAP_ARRAY(char, old_low, mtInternal);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.cpp59 FREE_C_HEAP_ARRAY(GCTaskTimeStamp, _time_stamps, mtGC);
/openjdk7/hotspot/src/share/vm/classfile/
H A DloaderConstraints.cpp167 FREE_C_HEAP_ARRAY(oop, probe->loaders(), mtClass);
346 FREE_C_HEAP_ARRAY(oop, p->loaders(), mtClass);
428 FREE_C_HEAP_ARRAY(oop, p2->loaders(), mtClass);
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp56 FREE_C_HEAP_ARRAY(char, _array->at(i), mtInternal);
H A DmemoryManager.cpp176 FREE_C_HEAP_ARRAY(MemoryUsage*, _before_gc_usage_array, mtInternal);
177 FREE_C_HEAP_ARRAY(MemoryUsage*, _after_gc_usage_array, mtInternal);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp359 FREE_C_HEAP_ARRAY(uintptr_t, _bit_mask[0], mtClass);
523 FREE_C_HEAP_ARRAY(OopMapCacheEntry, _array, mtClass);
646 FREE_C_HEAP_ARRAY(OopMapCacheEntry, tmp, mtInternal);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp59 FREE_C_HEAP_ARRAY(char, _identities, mtCompiler);

Completed in 74 milliseconds

123