jvm/c/malloc.h
Zack Buhman 932a7c82aa add class_resolver
Implement the getfield and invokestatic opcodes.
2024-12-23 23:25:45 -06:00

6 lines
77 B
C

#pragma once
#include <stdint.h>
void * malloc_class_arena(uint32_t size);