Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:allocatedSize
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H
A
D
SectionMemoryManager.cpp
67
if (FreeMB.Free.
allocatedSize
() >= RequiredSize) {
in allocateSection()
69
uintptr_t EndOfBlock = Addr + FreeMB.Free.
allocatedSize
();
in allocateSection()
118
uintptr_t EndOfBlock = Addr + MB.
allocatedSize
();
in allocateSection()
179
size_t TrimmedSize = M.
allocatedSize
();
in trimBlockToPageSize()
187
assert((Trimmed.
allocatedSize
() % PageSize) == 0);
in trimBlockToPageSize()
189
Trimmed.
allocatedSize
() <= M.
allocatedSize
());
in trimBlockToPageSize()
214
return FreeMB.Free.
allocatedSize
() == 0;
in applyMemoryGroupPermissions()
224
Block.
allocatedSize
());
in invalidateInstructionCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
Memory.h
35
MemoryBlock(void *addr, size_t
allocatedSize
)
in MemoryBlock()
argument
36
: Address(addr), AllocatedSize(
allocatedSize
) {}
in MemoryBlock()
40
size_t
allocatedSize
() const { return AllocatedSize; }
in allocatedSize()
function in llvm::sys::MemoryBlock
158
size_t
allocatedSize
() const { return M.
allocatedSize
(); }
in allocatedSize()
function in llvm::sys::OwningMemoryBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
Memory.cpp
46
<< (void *)((char *)MB.base() + MB.
allocatedSize
()) << " ] ("
in operator <<()
47
<< MB.
allocatedSize
() << " bytes)";
in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H
A
D
JITLinkMemoryManager.cpp
31
SegBlocks[Seg].
allocatedSize
()};
in allocate()
48
KV.second.
allocatedSize
());
in allocate()
68
Block.
allocatedSize
());
in allocate()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
LLVMJIT.cpp
288
size_t size = block.
allocatedSize
();
in protectMappedMemory()
301
size_t size = block.
allocatedSize
();
in releaseMappedMemory()
/third_party/vk-gl-cts/modules/gles3/performance/
H
A
D
es3pBufferDataUploadTests.cpp
206
int
allocatedSize
;
member
1075
DE_ASSERT(samples[sampleNdx].
allocatedSize
!= 0);
in bucketizeSamplesUniformly()
1077
if (!minBufferSize || samples[sampleNdx].
allocatedSize
< minBufferSize)
in bucketizeSamplesUniformly()
1078
minBufferSize = samples[sampleNdx].
allocatedSize
;
in bucketizeSamplesUniformly()
1079
if (!maxBufferSize || samples[sampleNdx].
allocatedSize
> maxBufferSize)
in bucketizeSamplesUniformly()
1080
maxBufferSize = samples[sampleNdx].
allocatedSize
;
in bucketizeSamplesUniformly()
1085
const float bucketNdxFloat = (float)(samples[sampleNdx].
allocatedSize
- minBufferSize) / (float)(maxBufferSize - minBufferSize) * (float)numBuckets;
in bucketizeSamplesUniformly()
1953
m_results[sampleNdx].
allocatedSize
= allocatedBufferSize;
in BasicBufferCase()
2346
const int allocatedBufferSize = sample.
allocatedSize
;
/third_party/lz4/lib/
H
A
D
lz4frame.c
693
int
allocatedSize
= ctxTypeID_to_size(cctxPtr->lz4CtxAlloc);
in LZ4F_compressBegin_usingCDict()
local
694
if (
allocatedSize
< requiredSize) {
in LZ4F_compressBegin_usingCDict()
Completed in 15 milliseconds