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

/system/core/libutils/
H A DLinearAllocator.cpp72 static void _addAllocation(size_t size) { function
78 #define ADD_ALLOCATION(size) _addAllocation(size);
79 #define RM_ALLOCATION(size) _addAllocation(-size);

Completed in 59 milliseconds