| Package | Description |
|---|---|
| com.github.unidbg.memory |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryAllocBlock |
class |
MemoryBlockImpl |
| Modifier and Type | Method and Description |
|---|---|
static MemoryBlock |
MemoryBlockImpl.alloc(Memory memory,
int length) |
static MemoryBlock |
MemoryBlockImpl.allocExecutable(Memory memory,
int length) |
static MemoryBlock |
MemoryAllocBlock.malloc(Emulator<?> emulator,
Symbol malloc,
Symbol free,
int length) |
MemoryBlock |
Memory.malloc(int length,
boolean runtime)
分配内存
|
Copyright © 2026. All rights reserved.