HomeSort by relevance Sort by last modified time
    Searched defs:FreeMemory (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntagp.h 189 PAGP_BUS_FREE_MEMORY FreeMemory;
  /external/valgrind/VEX/switchback/
test_emfloat.c     [all...]
  /external/vboot_reference/utility/
eficompress.c 95 FreeMemory (
455 FreeMemory ()
888 FreeMemory();
938 FreeMemory();
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
  /external/v8/src/heap/
spaces.cc 277 // TODO(gc) this will be true again when we fix FreeMemory.
295 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation,
319 void MemoryAllocator::FreeMemory(Address base, size_t size,
716 FreeMemory(reservation, chunk->executable());
718 FreeMemory(chunk->address(), chunk->size(), chunk->executable());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 350 virtual HRESULT WINAPI FreeMemory(LPVOID pMem) = 0;
364 HRESULT (WINAPI *FreeMemory)(IWbemQuery *This,LPVOID pMem);
380 #define IWbemQuery_FreeMemory(This,pMem) (This)->lpVtbl->FreeMemory(This,pMem)
    [all...]
lpmapi.h 626 PFREEMEM FreeMemory;

Completed in 246 milliseconds