zoukankan      html  css  js  c++  java
  • 开始学习内存管理

    这是可能需要的函数:
    System.AllocMem;
    System.AllocMemCount;
    System.AllocMemSize;
    System.Dispose;
    System.Finalize;
    System.FreeMem;
    System.FreeMemory;
    System.GetHeapStatus;
    System.GetMem;
    System.GetMemory;
    System.GetMemoryManager;
    System.GetMemoryManagerState;
    System.GetMemoryMap;
    System.IsMemoryManagerSet;
    System.Move;
    System.New;
    System.ReallocMem;
    System.ReallocMemory;
    System.SetMemoryManager;
    System.SysAllocMem;
    System.SysFreeMem;
    System.SysGetMem;
    System.SysReallocMem;
    
    SysUtils.DisposeStr;
    SysUtils.NewStr;
    
    TlHelp32.Heap32First;
    TlHelp32.Heap32ListFirst;
    TlHelp32.Heap32ListNext;
    TlHelp32.Heap32Next;
    
    Windows.CopyMemory;
    Windows.FillMemory;
    Windows.GetProcessHeap;
    Windows.GetProcessHeaps;
    Windows.GlobalAlloc;
    Windows.GlobalAllocPtr;
    Windows.GlobalCompact;
    Windows.GlobalDiscard;
    Windows.GlobalFix;
    Windows.GlobalFlags;
    Windows.GlobalFree;
    Windows.GlobalFreePtr;
    Windows.GlobalHandle;
    Windows.GlobalLock;
    Windows.GlobalMemoryStatus;
    Windows.GlobalReAlloc;
    Windows.GlobalReAllocPtr;
    Windows.GlobalSize;
    Windows.GlobalUnfix;
    Windows.GlobalUnlock;
    Windows.GlobalUnWire;
    Windows.GlobalWire;
    Windows.HeapAlloc;
    Windows.HeapCompact;
    Windows.HeapCreate;
    Windows.HeapDestroy;
    Windows.HeapFree;
    Windows.HeapLock;
    Windows.HeapReAlloc;
    Windows.HeapSize;
    Windows.HeapUnlock;
    Windows.HeapValidate;
    Windows.HeapWalk;
    Windows.IsBadCodePtr;
    Windows.IsBadReadPtr;
    Windows.IsBadStringPtr;
    Windows.IsBadWritePtr;
    Windows.MoveMemory;
    Windows.VirtualAlloc;
    Windows.VirtualAllocEx;
    Windows.VirtualFree;
    Windows.VirtualFreeEx;
    Windows.VirtualLock;
    Windows.VirtualProtect;
    Windows.VirtualProtectEx;
    Windows.VirtualQuery;
    Windows.VirtualQueryEx;
    Windows.ZeroMemory;
    
    Windows.LocalAlloc;
    Windows.LocalCompact;
    Windows.LocalDiscard;
    Windows.LocalFlags;
    Windows.LocalFree;
    Windows.LocalLock;
    Windows.LocalReAlloc;
    Windows.LocalShrink;
    Windows.LocalSize;
    Windows.LocalUnlock;
    
  • 相关阅读:
    写商业计划书的十个要点
    this page isn't working (ERR_EMPTY_RESPONSE)
    使用meta跳转页面
    fa-list-alt
    在linux下sh批处理文件调用java的方法
    产品使用的前后台框架API-dubbo-redis-elasticsearch-jquery
    JAVA虚拟机关闭钩子(Shutdown Hook)
    xxx is not in the sudoers file.This incident will be reported.的解决方法
    ssh连接docker容器
    namenode namespaceID与datanode namespaceID 不一致导致datanode无法启动的问题
  • 原文地址:https://www.cnblogs.com/del/p/1181626.html
Copyright © 2011-2022 走看看