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:cur_blocks
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftdbgmem.c
62
FT_Long
cur_blocks
; /* current number of allocated blocks */
member
443
node->
cur_blocks
= 0;
in ft_mem_table_get_source()
515
source->
cur_blocks
++;
in ft_mem_table_set()
516
if ( source->
cur_blocks
> source->max_blocks )
in ft_mem_table_set()
517
source->max_blocks = source->
cur_blocks
;
in ft_mem_table_set()
596
source->
cur_blocks
--;
in ft_mem_table_remove()
952
source->
cur_blocks
, source->max_blocks,
in FT_DumpMemory()
/third_party/mbedtls/include/mbedtls/
H
A
D
memory_buffer_alloc.h
123
* \param
cur_blocks
Current number of blocks in use, including free and used
125
void mbedtls_memory_buffer_alloc_cur_get(size_t *cur_used, size_t *
cur_blocks
);
/third_party/mbedtls/library/
H
A
D
memory_buffer_alloc.c
541
void mbedtls_memory_buffer_alloc_cur_get(size_t *cur_used, size_t *
cur_blocks
)
in mbedtls_memory_buffer_alloc_cur_get()
argument
544
*
cur_blocks
= heap.header_count;
in mbedtls_memory_buffer_alloc_cur_get()
Completed in 3 milliseconds