OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem5
(Results
1 - 11
of
11
) sorted by null
/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/ppapi/generators/test_cgen/
interface.h
49
* int32_t (*
mem5
)(void** ptr);
58
int32_t (*
mem5
)(void** ptr);
member in struct:ifaceFoo_1_0
interface.idl
26
* int32_t (*
mem5
)(void** ptr);
35
int32_t
mem5
([out] blob_t ptr);
/external/clang/test/SemaCXX/
default2.cpp
64
int
mem5
(int i = b, // OK; use Y::b
/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/amalgamation/
sqlite3.c
15927
}
mem5
;
variable in typeref:struct:Mem5Global
15932
#define
mem5
macro
[
all
...]
/external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl
225
mem5
.c
/external/chromium_org/third_party/sqlite/src/
Makefile.in
172
main.lo malloc.lo mem0.lo mem1.lo mem2.lo mem3.lo
mem5
.lo \
229
$(TOP)/src/
mem5
.c \
398
$(TOP)/src/
mem5
.c \
633
mem5
.lo: $(TOP)/src/
mem5
.c $(HDR)
634
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/
mem5
.c
main.mk
60
main.o malloc.o mem0.o mem1.o mem2.o mem3.o
mem5
.o \
116
$(TOP)/src/
mem5
.c \
294
$(TOP)/src/
mem5
.c \
Makefile.vxworks
205
main.o malloc.o mem0.o mem1.o mem2.o mem3.o
mem5
.o \
254
$(TOP)/src/
mem5
.c \
/external/chromium_org/third_party/sqlite/src/test/
tester.tcl
571
ifcapable memdebug||
mem5
||(mem3&&debug) {
577
ifcapable memdebug||
mem5
{
[
all
...]
Completed in 482 milliseconds