Searched defs:MarkType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc1799 typedef char MarkType; // char saves memory... int is more complete. typedef
1800 static const MarkType kAllocationMarkMask = static_cast<MarkType>(0x36);
1804 typedef int MarkType; // char saves memory... int is more complete. typedef
1805 static const MarkType kAllocationMarkMask = static_cast<MarkType>(0xE1AB9536);
1824 inline static MarkType* GetMarkLocation(void* ptr) {
1828 return static_cast<MarkType*>(ptr) + last_index;
1840 inline static MarkType GetMarkValue(void* ptr, MarkType* mar
[all...]

Completed in 360 milliseconds