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:malloc_count
(Results
1 - 4
of
4
) sorted by relevance
/third_party/unity/extras/memory/src/
H
A
D
unity_memory.c
12
static int
malloc_count
;
variable
17
malloc_count
= 0;
in UnityMalloc_StartTest()
24
if (
malloc_count
!= 0)
in UnityMalloc_EndTest()
98
malloc_count
++;
in unity_malloc()
121
malloc_count
--;
in release_memory()
/third_party/cJSON/tests/unity/extras/fixture/src/
H
A
D
unity_fixture.c
135
static int
malloc_count
;
variable
140
malloc_count
= 0;
in UnityMalloc_StartTest()
147
if (
malloc_count
!= 0)
in UnityMalloc_EndTest()
209
malloc_count
++;
in unity_malloc()
232
malloc_count
--;
in release_memory()
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
mem.c
33
static TSAN_QUALIFIER int
malloc_count
;
variable
88
*mcount = LOAD(
malloc_count
);
in CRYPTO_get_alloc_counts()
179
INCREMENT(
malloc_count
);
in CRYPTO_malloc()
/third_party/openssl/crypto/
H
A
D
mem.c
33
static TSAN_QUALIFIER int
malloc_count
;
variable
88
*mcount = LOAD(
malloc_count
);
in CRYPTO_get_alloc_counts()
173
INCREMENT(
malloc_count
);
in CRYPTO_malloc()
Completed in 3 milliseconds