OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PackedCache
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
packed-cache_test.cc
37
static const int kHashbits =
PackedCache
<64, uint64>::kHashbits;
41
PackedCache
<32, uint32> cache(0);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
packed-cache_test.cc
37
static const int kHashbits =
PackedCache
<64, uint64>::kHashbits;
41
PackedCache
<32, uint32> cache(0);
/external/chromium_org/third_party/WebKit/Source/wtf/
TCPackedCache.h
130
class
PackedCache
{
137
explicit
PackedCache
(V initial_value) {
FastMalloc.cpp
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
packed-cache-inl.h
134
class
PackedCache
{
149
explicit
PackedCache
(V initial_value) {
page_heap.h
87
typedef
PackedCache
<BITS-kPageShift, uint64_t> CacheType;
100
typedef
PackedCache
<32-kPageShift, uint16_t> CacheType;
/external/chromium_org/third_party/tcmalloc/vendor/src/
packed-cache-inl.h
134
class
PackedCache
{
147
explicit
PackedCache
(V initial_value) {
page_heap.h
85
typedef
PackedCache
<BITS-kPageShift, uint64_t> CacheType;
92
typedef
PackedCache
<32-kPageShift, uint16_t> CacheType;
Completed in 2968 milliseconds