Searched refs:MUST_BE_ON_HEAP (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc349 MUST_BE_ON_HEAP, // Must point to a live object of the matching size in the enumerator in enum:ObjectPlacement
735 MUST_BE_ON_HEAP));
787 MUST_BE_ON_HEAP));
1108 push_back(AllocObject(ptr, object->second, MUST_BE_ON_HEAP));
1397 if (place == MUST_BE_ON_HEAP && heap_profile->MarkAsLive(object)) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc349 MUST_BE_ON_HEAP, // Must point to a live object of the matching size in the enumerator in enum:ObjectPlacement
735 MUST_BE_ON_HEAP));
787 MUST_BE_ON_HEAP));
1108 push_back(AllocObject(ptr, object->second, MUST_BE_ON_HEAP));
1397 if (place == MUST_BE_ON_HEAP && heap_profile->MarkAsLive(object)) {

Completed in 59 milliseconds