OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDeallocatedTypeBit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc
247
static const int
kDeallocatedTypeBit
= 0x4;
304
// or the type or'ed with
kDeallocatedTypeBit
403
alloc_map_->Insert(data_addr(), type |
kDeallocatedTypeBit
);
421
if ((map_type &
kDeallocatedTypeBit
) != 0) {
424
data_addr(), AllocName(map_type & ~
kDeallocatedTypeBit
));
782
if ((*type &
kDeallocatedTypeBit
) == 0) {
793
if ((*type &
kDeallocatedTypeBit
) == 0) {
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc
249
static const int
kDeallocatedTypeBit
= 0x4;
306
// or the type or'ed with
kDeallocatedTypeBit
405
alloc_map_->Insert(data_addr(), type |
kDeallocatedTypeBit
);
423
if ((map_type &
kDeallocatedTypeBit
) != 0) {
426
data_addr(), AllocName(map_type & ~
kDeallocatedTypeBit
));
775
if ((*type &
kDeallocatedTypeBit
) == 0) {
786
if ((*type &
kDeallocatedTypeBit
) == 0) {
[
all
...]
Completed in 544 milliseconds