HomeSort by relevance Sort by last modified time
    Searched defs:IgnoreObject (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h 186 // static T* obj = IgnoreObject(new T(...));
196 static T* IgnoreObject(T* ptr) {
201 // Undo what an earlier IgnoreObject() call promised and asked to do.
203 // allocated object which was previously registered with IgnoreObject().
246 // Actually implements IgnoreObject().
384 // Contrast with HeapLeakChecker::IgnoreObject(o), in which o and
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h 186 // static T* obj = IgnoreObject(new T(...));
196 static T* IgnoreObject(T* ptr) {
201 // Undo what an earlier IgnoreObject() call promised and asked to do.
203 // allocated object which was previously registered with IgnoreObject().
246 // Actually implements IgnoreObject().
384 // Contrast with HeapLeakChecker::IgnoreObject(o), in which o and
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 241 IgnoreObject,

Completed in 346 milliseconds