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:out_of_mem
(Results
1 - 5
of
5
) sorted by relevance
/third_party/unity/extras/memory/test/
H
A
D
unity_memory_Test.c
311
void*
out_of_mem
= realloc(n1, UNITY_INTERNAL_HEAP_SIZE_BYTES/2 + 1);
in test_ReallocFailDoesNotFreeMem()
local
315
if (
out_of_mem
== NULL) free(n1);
in test_ReallocFailDoesNotFreeMem()
319
TEST_ASSERT_NULL(
out_of_mem
); /* The realloc should have failed */
in test_ReallocFailDoesNotFreeMem()
/third_party/selinux/libsepol/src/
H
A
D
expand.c
327
goto
out_of_mem
;
in constraint_node_clone()
333
goto
out_of_mem
;
in constraint_node_clone()
336
goto
out_of_mem
;
in constraint_node_clone()
352
goto
out_of_mem
;
in constraint_node_clone()
362
goto
out_of_mem
;
in constraint_node_clone()
366
goto
out_of_mem
;
in constraint_node_clone()
369
goto
out_of_mem
;
in constraint_node_clone()
373
goto
out_of_mem
;
in constraint_node_clone()
379
goto
out_of_mem
;
in constraint_node_clone()
401
out_of_mem
in constraint_node_clone()
[all...]
/third_party/cJSON/tests/unity/extras/fixture/test/
H
A
D
unity_fixture_Test.c
531
void*
out_of_mem
= realloc(n1, UNITY_INTERNAL_HEAP_SIZE_BYTES/2 + 1);
in TEST()
local
535
if (
out_of_mem
== NULL) free(n1);
in TEST()
539
TEST_ASSERT_NULL(
out_of_mem
); /* The realloc should have failed */
in TEST()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H
A
D
dbus_new_handlers_p2p.c
1176
int num = 0,
out_of_mem
= 0;
in wpas_dbus_getter_p2p_peers()
local
1203
out_of_mem
= 1;
in wpas_dbus_getter_p2p_peers()
1226
out_of_mem
= 1;
in wpas_dbus_getter_p2p_peers()
1248
if (
out_of_mem
)
in wpas_dbus_getter_p2p_peers()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H
A
D
dbus_new_handlers_p2p.c
1229
int num = 0,
out_of_mem
= 0;
in wpas_dbus_getter_p2p_peers()
local
1256
out_of_mem
= 1;
in wpas_dbus_getter_p2p_peers()
1279
out_of_mem
= 1;
in wpas_dbus_getter_p2p_peers()
1301
if (
out_of_mem
)
in wpas_dbus_getter_p2p_peers()
Completed in 11 milliseconds