OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TotalMemory
(Results
1 - 15
of
15
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Support/
Allocator.cpp
140
size_t
TotalMemory
= 0;
142
TotalMemory
+= Slab->Size;
144
return
TotalMemory
;
149
size_t
TotalMemory
= 0;
151
TotalMemory
+= Slab->Size;
157
<< "Bytes allocated: " <<
TotalMemory
<< '\n'
158
<< "Bytes wasted: " << (
TotalMemory
- BytesAllocated)
/external/llvm/include/llvm/Support/
Allocator.h
116
size_t
TotalMemory
);
273
size_t
TotalMemory
= 0;
275
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
277
TotalMemory
+= PtrAndSize.second;
278
return
TotalMemory
;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Allocator.h
118
size_t
TotalMemory
);
276
size_t
TotalMemory
= 0;
278
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
280
TotalMemory
+= PtrAndSize.second;
281
return
TotalMemory
;
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Allocator.h
118
size_t
TotalMemory
);
282
size_t
TotalMemory
= 0;
284
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
286
TotalMemory
+= PtrAndSize.second;
287
return
TotalMemory
;
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Allocator.h
118
size_t
TotalMemory
);
282
size_t
TotalMemory
= 0;
284
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
286
TotalMemory
+= PtrAndSize.second;
287
return
TotalMemory
;
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Allocator.h
118
size_t
TotalMemory
);
282
size_t
TotalMemory
= 0;
284
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
286
TotalMemory
+= PtrAndSize.second;
287
return
TotalMemory
;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Allocator.h
118
size_t
TotalMemory
);
282
size_t
TotalMemory
= 0;
284
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
286
TotalMemory
+= PtrAndSize.second;
287
return
TotalMemory
;
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Allocator.h
118
size_t
TotalMemory
);
282
size_t
TotalMemory
= 0;
284
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
286
TotalMemory
+= PtrAndSize.second;
287
return
TotalMemory
;
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Allocator.h
118
size_t
TotalMemory
);
282
size_t
TotalMemory
= 0;
284
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
286
TotalMemory
+= PtrAndSize.second;
287
return
TotalMemory
;
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Allocator.h
118
size_t
TotalMemory
);
282
size_t
TotalMemory
= 0;
284
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
286
TotalMemory
+= PtrAndSize.second;
287
return
TotalMemory
;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Allocator.h
118
size_t
TotalMemory
);
282
size_t
TotalMemory
= 0;
284
TotalMemory
+= computeSlabSize(std::distance(Slabs.begin(), I));
286
TotalMemory
+= PtrAndSize.second;
287
return
TotalMemory
;
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
EfiDevice.c
573
UINT64
TotalMemory
;
603
for (Index = 0,
TotalMemory
= 0; Index < EfiMaxMemoryType; Index++) {
618
TotalMemory
+= PageCount[Index];
623
AsciiPrint ("\nTotal Memory: %,ld MB (%,ld bytes)\n", RShiftU64 (
TotalMemory
, 8), LShiftU64 (
TotalMemory
, 12));
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
VesaBiosExtensions.h
228
UINT16
TotalMemory
; // Number of 64kb memory blocks
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
VesaBiosExtensions.h
237
UINT16
TotalMemory
; // Number of 64kb memory blocks
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/
aws-java-sdk-cloudwatchmetrics-1.11.18.jar
Completed in 519 milliseconds