| 程序包 | 说明 |
|---|---|
| com.github.unidbg.memory |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemoryAllocBlock |
class |
MemoryBlockImpl |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2022. All rights reserved.