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:total_used
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
memory_buffer_alloc.c
69
size_t
total_used
;
member
287
heap.
total_used
+= cur->size;
in buffer_alloc_calloc()
288
if (heap.
total_used
> heap.maximum_used) {
in buffer_alloc_calloc()
289
heap.maximum_used = heap.
total_used
;
in buffer_alloc_calloc()
351
heap.
total_used
+= cur->size;
in buffer_alloc_calloc()
352
if (heap.
total_used
> heap.maximum_used) {
in buffer_alloc_calloc()
353
heap.maximum_used = heap.
total_used
;
in buffer_alloc_calloc()
408
heap.
total_used
-= hdr->size;
in buffer_alloc_free()
509
heap.header_count, heap.
total_used
,
in mbedtls_memory_buffer_alloc_status()
543
*cur_used = heap.
total_used
;
in mbedtls_memory_buffer_alloc_cur_get()
[all...]
/third_party/mesa3d/src/util/
H
A
D
u_mm.c
42
int
total_used
= 0, total_free = 0;
in u_mmDumpMemInfo()
local
51
total_used
+= p->size;
in u_mmDumpMemInfo()
55
total_used
+ total_free,
total_used
, total_free);
in u_mmDumpMemInfo()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_allocator.c
639
* actually possible that
total_used
will be larger than old_size. In
in anv_block_pool_grow()
649
uint32_t
total_used
= front_used + back_used;
in anv_block_pool_grow()
local
708
center_bo_offset = ((uint64_t)size * back_used) /
total_used
;
in anv_block_pool_grow()
Completed in 5 milliseconds