Searched refs:ANNOTATE_CHANGE_SIZE (Results 1 – 2 of 2) sorted by relevance
/external/perfetto/include/perfetto/base/ |
D | container_annotations.h | 38 #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/ |
D | paged_memory.cc | 143 ANNOTATE_CHANGE_SIZE(p_, size_, committed_size_, in EnsureCommitted() 149 ANNOTATE_CHANGE_SIZE(p_, size_, committed_size_, committed_size); in EnsureCommitted()
|