Searched refs:_addAllocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp71 static void _addAllocation(int count) { function
77 #define ADD_ALLOCATION(size) _addAllocation(1);
78 #define RM_ALLOCATION(size) _addAllocation(-1);

Completed in 52 milliseconds