OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem3
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mem3.c
65
** We often identify a chunk by its index in
mem3
.aPool[]. When
73
** Pointers to the head of the list are stored in
mem3
.aiSmall[]
74
** for smaller chunks and
mem3
.aiHash[] for larger chunks.
88
u32 next; /* Index in
mem3
.aPool[] of next free chunk */
89
u32 prev; /* Index in
mem3
.aPool[] of previous free chunk */
96
** into a single structure named "
mem3
". This is to keep the
139
}
mem3
= { 97535575 };
variable in typeref:struct:Mem3Global
141
#define
mem3
GLOBAL(struct Mem3Global,
mem3
)
macro
144
** Unlink the chunk at
mem3
.aPool[i] from list it is currentl
[
all
...]
/external/chromium_org/base/memory/
ref_counted_memory_unittest.cc
59
scoped_refptr<RefCountedMemory>
mem3
= RefCountedString::TakeString(&s3);
local
61
EXPECT_FALSE(mem1->Equals(
mem3
));
62
EXPECT_FALSE(mem2->Equals(
mem3
));
/external/chromium_org/ppapi/generators/test_cgen/
interface.h
47
* int32_t (*
mem3
)(struct ist* b);
56
int32_t (*
mem3
)(struct ist* b);
member in struct:ifaceFoo_1_0
interface.idl
24
* int32_t (*
mem3
)(struct ist* b);
33
int32_t
mem3
([out] ist b);
/external/clang/test/SemaCXX/
default2.cpp
60
int
mem3
(int i);
79
int Y::
mem3
(int i = b) { return i; } // OK; use X::b
function in class:Y
/external/chromium_org/gpu/command_buffer/client/
mapped_memory_unittest.cc
185
void*
mem3
= manager_->Alloc(kSize, &id3, &offset3);
local
186
ASSERT_TRUE(
mem3
!= NULL);
187
EXPECT_NE(mem2,
mem3
);
191
manager_->Free(
mem3
);
297
void*
mem3
= manager_->Alloc(kSize, &id3, &offset3);
local
300
ASSERT_TRUE(
mem3
);
gles2_implementation_unittest.cc
678
ExpectedMemoryInfo
mem3
= GetExpectedMemory(kPaddedString3Size);
local
690
kString3Size,
mem3
.id,
mem3
.offset);
928
ExpectedMemoryInfo
mem3
= GetExpectedMemory(kSize2);
local
1012
ExpectedMemoryInfo
mem3
= GetExpectedMemory(kSize2);
local
1123
ExpectedMemoryInfo
mem3
= GetExpectedMemory(kSize2);
local
1213
ExpectedMemoryInfo
mem3
= GetExpectedMemory(kSize2);
local
2189
ExpectedMemoryInfo
mem3
= GetExpectedMemory(half_size);
local
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
15262
}
mem3
= { 97535575 };
variable in typeref:struct:Mem3Global
15264
#define
mem3
macro
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
16126
}
mem3
= { 97535575 };
variable in typeref:struct:Mem3Global
16128
#define
mem3
macro
[
all
...]
/external/sqlite/dist/
sqlite3.c
16126
}
mem3
= { 97535575 };
variable in typeref:struct:Mem3Global
16128
#define
mem3
macro
[
all
...]
/bionic/libc/bionic/
fts.c
112
goto
mem3
;
116
goto
mem3
;
152
goto
mem3
;
171
mem3
: fts_lfree(root);
/external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl
224
mem3
.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 \
228
$(TOP)/src/
mem3
.c \
630
mem3
.lo: $(TOP)/src/
mem3
.c $(HDR)
631
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/
mem3
.c
Makefile.vxworks
205
main.o malloc.o mem0.o mem1.o mem2.o
mem3
.o mem5.o \
253
$(TOP)/src/
mem3
.c \
main.mk
60
main.o malloc.o mem0.o mem1.o mem2.o
mem3
.o mem5.o \
115
$(TOP)/src/
mem3
.c \
/external/chromium_org/third_party/sqlite/src/test/
tester.tcl
571
ifcapable memdebug||mem5||(
mem3
&&debug) {
[
all
...]
Completed in 4654 milliseconds