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

/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c322 allocate_clean(CrwClassImage *ci, int nbytes) function
648 ci->cpool = (CrwConstantPoolEntry*)allocate_clean(ci,
964 injection.code = (ByteCode *)allocate_clean(ci, LARGEST_INJECTION+1);
983 mi = (MethodImage*)allocate_clean(ci, (int)sizeof(MethodImage));
988 mi->map = (ByteOffset*)allocate_clean(ci,
993 mi->widening = (signed char*)allocate_clean(ci, code_len+1);
994 mi->injections = (Injection *)allocate_clean(ci,
2183 ci->method_name = (const char **)allocate_clean(ci, count*(int)sizeof(const char*));
2184 ci->method_descr = (const char **)allocate_clean(ci, count*(int)sizeof(const char*));

Completed in 34 milliseconds