OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_allocation_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/expat/dist/tests/
common.c
283
int
g_allocation_count
= ALLOC_ALWAYS_SUCCEED;
variable
289
if (
g_allocation_count
== 0)
291
if (
g_allocation_count
!= ALLOC_ALWAYS_SUCCEED)
292
g_allocation_count
--;
/src/external/mit/expat/dist/fuzz/
xml_lpm_fuzzer.cpp
78
static int
g_allocation_count
= 0;
variable
83
g_allocation_count
+= 1;
85
if (index ==
g_allocation_count
) {
94
g_allocation_count
+= 1;
96
if (index ==
g_allocation_count
) {
419
g_allocation_count
= 0;
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026