OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mem5
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/generators/test_cgen/
interface.h
49
* int32_t (*
mem5
)(void** ptr);
58
int32_t (*
mem5
)(void** ptr);
member in struct:ifaceFoo_1_0
/external/chromium_org/gpu/command_buffer/client/
mapped_memory_unittest.cc
214
void*
mem5
= manager_->Alloc(kSize / 2, &id5, &offset5);
local
216
ASSERT_TRUE(
mem5
!= NULL);
223
manager_->Free(
mem5
);
/external/chromium_org/third_party/sqlite/src/src/
mem5.c
74
** Maximum size of any allocation is ((1<<LOGMAX)*
mem5
.szAtom). Since
75
**
mem5
.szAtom is always at least 8 and 32-bit integers are used,
81
** Masks used for
mem5
.aCtrl[] elements.
88
** into a single structure named "
mem5
". This is to keep the
119
** size
mem5
.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
130
}
mem5
;
variable in typeref:struct:Mem5Global
135
#define
mem5
GLOBAL(struct Mem5Global,
mem5
)
macro
138
** Assuming
mem5
.zPool is divided up into an array of Mem5Link
141
#define MEM5LINK(idx) ((Mem5Link *)(&
mem5
.zPool[(idx)*mem5.szAtom])
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
15927
}
mem5
;
variable in typeref:struct:Mem5Global
15932
#define
mem5
macro
[
all
...]
Completed in 217 milliseconds