Searched defs:_addAllocation (Results 1 - 1 of 1) sorted by path

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

Completed in 55 milliseconds