HomeSort by relevance Sort by last modified time
    Searched refs:HeapSize (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
PrePeiCore.c 120 UINTN HeapSize;
122 HeapSize = ALIGN_VALUE (CopySize / 2, CPU_STACK_ALIGNMENT);
125 NewHeap = (VOID*)((UINTN)PermanentMemoryBase + (CopySize - HeapSize));
127 OldStack = (VOID*)((UINTN)TemporaryMemoryBase + HeapSize);
133 CopyMem (NewStack, OldStack, CopySize - HeapSize);
138 CopyMem (NewHeap, OldHeap, HeapSize);
  /art/runtime/gc/accounting/
space_bitmap.h 160 uint64_t HeapSize() const {
168 CHECK_EQ(HeapSize(), bytes);
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 195 INTERCEPTOR_WINAPI(SIZE_T, HeapSize, HANDLE hHeap, DWORD dwFlags,
245 INTERCEPT_UCRT_FUNCTION(HeapSize);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
heapapi.h 45 WINBASEAPI SIZE_T WINAPI HeapSize (HANDLE hHeap, DWORD dwFlags, LPCVOID lpMem);
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 597 milliseconds