//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言高级堆栈模块源码
系统结构:GetMyHeap,Mem_Alloc,Mem_ReAlloc,Mem_Free,GetPtrValue_int,WritePtr_int,arg_init,arg_destory,arg_count,arg_add,arg_get,arg_set,arg_del,
======ec
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |
======程序集
| |
| |------ GetMyHeap
| |
| |------ Mem_Alloc
| |
| |------ Mem_ReAlloc
| |
| |------ Mem_Free
| |
| |------ GetPtrValue_int
| |
| |------ WritePtr_int
| |
| |------ arg_init
| |
| |------ arg_destory
| |
| |------ arg_count
| |
| |------ arg_add
| |
| |------ arg_get
| |
| |------ arg_set
| |
| |------ arg_del
| |
| |
======调用的Dll
| |
| |---[dll]------ _GetProcessHeap
| |
| |---[dll]------ _HeapAlloc
| |
| |---[dll]------ _HeapFree
| |
| |---[dll]------ _HeapReAlloc
| |
| |---[dll]------ _MoveMemory
调用的DLL命令:
.DLL命令 _GetProcessHeap, 整数型, , "GetProcessHeap"
.DLL命令 _HeapAlloc, 整数型, , "HeapAlloc"
.参数 hHeap, 整数型
.参数 dwFlags, 整数型
.参数 dwBytes, 整数型
.DLL命令 _HeapFree, 整数型, , "HeapFree"
.参数 hHeap, 整数型
.参数 dwFlags, 整数型
.参数 lpMem, 整数型
.DLL命令 _HeapReAlloc, 整数型, , "HeapReAlloc"
.参数 hHeap, 整数型
.参数 dwFlags, 整数型
.参数 lpMem, 整数型
.参数 dwBytes, 整数型
.DLL命令 _MoveMemory, , , "RtlMoveMemory"
.参数 pDest, 整数型
.参数 pSrc, 整数型
.参数 ByteLen, 整数型
