jvm/c/native/runtime.h

10 lines
279 B
C

#pragma once
#include <stdint.h>
#include "frame.h"
void native_java_lang_runtime_freememory_0(struct vm * vm, uint32_t * args);
void native_java_lang_runtime_gc_0(struct vm * vm, uint32_t * args);
void native_java_lang_runtime_totalmemory_0(struct vm * vm, uint32_t * args);