OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocName
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc
330
static const char*
AllocName
(int type) {
424
data_addr(),
AllocName
(map_type & ~kDeallocatedTypeBit));
458
data_addr(),
AllocName
(alloc_type_), DeallocName(type));
464
data_addr(),
AllocName
(alloc_type_),
AllocName
(map_type));
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc
332
static const char*
AllocName
(int type) {
426
data_addr(),
AllocName
(map_type & ~kDeallocatedTypeBit));
460
data_addr(),
AllocName
(alloc_type_), DeallocName(type));
466
data_addr(),
AllocName
(alloc_type_),
AllocName
(map_type));
[
all
...]
Completed in 49 milliseconds