Home
last modified time | relevance | path

Searched refs:ANNOTATE_CHANGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/include/perfetto/ext/base/
Dcontainer_annotations.h38 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ macro
52 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) macro
/external/perfetto/src/base/
Dpaged_memory.cc156 ANNOTATE_CHANGE_SIZE(p_, size_, committed_size_, in EnsureCommitted()
162 ANNOTATE_CHANGE_SIZE(p_, size_, committed_size_, committed_size) in EnsureCommitted()