OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_malloc
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
error.c
147
bool
use_malloc
= false;
local
155
if (!
use_malloc
)
167
use_malloc
= true;
190
if (
use_malloc
)
193
use_malloc
= false;
200
if (
use_malloc
)
/external/bison/lib/
error.c
210
bool
use_malloc
= false;
local
218
if (!
use_malloc
)
230
use_malloc
= true;
253
if (
use_malloc
)
256
use_malloc
= false;
263
if (
use_malloc
)
Completed in 145 milliseconds