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

/external/chromium_org/base/debug/
H A Dleak_annotations.h18 // ANNOTATE_LEAKING_OBJECT_PTR(X): the heap object referenced by pointer X will
22 // annotated with ANNOTATE_LEAKING_OBJECT_PTR is later deleted (but
33 #define ANNOTATE_LEAKING_OBJECT_PTR(X) \ macro
55 #define ANNOTATE_LEAKING_OBJECT_PTR(X) __lsan_ignore_object(X); macro
61 #define ANNOTATE_LEAKING_OBJECT_PTR(X) ((void)0) macro

Completed in 109 milliseconds