Searched refs:jvmtiAllocate (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/solaris/back/
H A Dexec_md.c70 args = jvmtiAllocate((jint)strlen(cmdLine)+1);
89 argv = jvmtiAllocate((argc + 1) * (jint)sizeof(char *));
/openjdk7/jdk/src/share/back/
H A Dbag.c40 struct bag *theBag = (struct bag *)jvmtiAllocate(sizeof(struct bag));
45 theBag->items = jvmtiAllocate(initialAllocation * itemSize);
105 new_items = jvmtiAllocate(allocated * itemSize);
H A DclassTrack.c167 newTable = jvmtiAllocate(CT_HASH_SLOT_COUNT * sizeof(KlassNode *));
228 node = jvmtiAllocate(sizeof(KlassNode));
263 table = jvmtiAllocate(CT_HASH_SLOT_COUNT * sizeof(KlassNode *));
H A Dtransport.c45 static struct jdwpTransportCallback callback = {jvmtiAllocate, jvmtiDeallocate};
67 utf8msg = (jbyte*)jvmtiAllocate(maxlen+1);
377 commandLine = jvmtiAllocate((int)strlen(command) +
391 buf = jvmtiAllocate(len*3+3);
445 info = jvmtiAllocate(sizeof(*info));
449 info->name = jvmtiAllocate((int)strlen(name)+1);
458 info->address = jvmtiAllocate((int)strlen(address)+1);
479 prop_value = (char*)jvmtiAllocate(len);
H A DdebugDispatch.c55 l1Array = jvmtiAllocate((JDWP_HIGHEST_COMMAND_SET+1) * sizeof(void *));
H A DoutStream.c110 jbyte *newSeg = jvmtiAllocate(segSize);
111 struct PacketData *newHeader = jvmtiAllocate(sizeof(*newHeader));
320 new_string = jvmtiAllocate(new_length+1);
435 data = jvmtiAllocate(len);
H A DSDE.c325 new_lineTable = jvmtiAllocate((jint)allocSize);
349 new_fileTable = jvmtiAllocate((jint)allocSize);
373 new_stratumTable = jvmtiAllocate((jint)allocSize);
H A DdebugLoop.c261 pL = jvmtiAllocate((jint)sizeof(struct PacketList));
H A DinStream.c374 string = jvmtiAllocate(length + 1);
387 new_string = jvmtiAllocate(new_length+1);
H A DVirtualMachineImpl.c323 classes = jvmtiAllocate(classCount * (int)sizeof(jclass));
349 counts = jvmtiAllocate(classCount * (int)sizeof(jlong));
388 classDefs = jvmtiAllocate(classCount*(int)sizeof(jvmtiClassDefinition));
417 bytes = (unsigned char *)jvmtiAllocate(byteCount);
789 buf = jvmtiAllocate((int)strlen(string)+1);
H A DcommonRef.c94 node = (RefNode*)jvmtiAllocate((int)sizeof(RefNode));
297 gdata->objectsByID = (RefNode**)jvmtiAllocate((int)sizeof(RefNode*)*size);
H A DeventHelper.c973 command = jvmtiAllocate(command_size);
1080 HelperCommand *command = jvmtiAllocate(sizeof(*command));
1098 HelperCommand *command = jvmtiAllocate(sizeof(*command));
1114 HelperCommand *command = jvmtiAllocate(sizeof(*command));
H A Dutil.h395 void *jvmtiAllocate(jint numBytes);
H A DdebugInit.c233 /* Get the JVMTI Env, IMPORTANT: Do this first! For jvmtiAllocate(). */
980 combinedOptions = jvmtiAllocate((jint)originalLength + 1 +
1066 gdata->options = jvmtiAllocate(length + 1);
1071 names = jvmtiAllocate(length + 1);
H A DthreadControl.c309 node = jvmtiAllocate(sizeof(*node));
462 eventMode = jvmtiAllocate((jint)sizeof(DeferredEventMode));
1151 ptr = jvmtiAllocate(length*(jint)nbytes);
H A DArrayReferenceImpl.c53 ptr = jvmtiAllocate(length*((jint)nbytes));
H A Dinvoker.c117 argRefs = jvmtiAllocate((jint)(request->argumentCount*sizeof(jobject)));
H A DeventHandler.c483 classname = jvmtiAllocate((int)strlen(signature)+1);
502 char *durableSignature = jvmtiAllocate((int)strlen(signature)+1);
H A Dutil.c569 arguments = jvmtiAllocate(argumentCount * (jint)sizeof(*arguments));
1714 value = jvmtiAllocate((int)strlen(utf) + 1);
1787 jvmtiAllocate(jint numBytes) function
H A DeventFilter.c156 HandlerNode *node = jvmtiAllocate((jint)size);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.h175 void * jvmtiAllocate(int size);
H A Dhprof_init.c1566 jvmti_space = (unsigned char *)jvmtiAllocate((jint)new_length);
H A Dhprof_util.c46 * All memory allocation and deallocation goes through jvmtiAllocate()
93 jvmtiAllocate(int size) function

Completed in 97 milliseconds