MCPcopy Create free account
hub / github.com/ReadyTalk/avian / makeClasspath

Function makeClasspath

src/classpath-avian.cpp:252–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250namespace vm {
251
252Classpath* makeClasspath(System*,
253 Allocator* allocator,
254 const char*,
255 const char*)
256{
257 return new (allocator->allocate(sizeof(local::MyClasspath)))
258 local::MyClasspath(allocator);
259}
260
261} // namespace vm
262

Callers 2

JNI_CreateJavaVMFunction · 0.70
mainFunction · 0.50

Calls 1

allocateMethod · 0.65

Tested by

no test coverage detected