Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dleak_annotations.h37 #define ANNOTATE_LEAKING_OBJECT_PTR(X) __lsan_ignore_object(X); macro
42 #define ANNOTATE_LEAKING_OBJECT_PTR(X) ((void)0) macro