Searched refs:updateMemoryAllocation (Results 1 – 3 of 3) sorted by relevance
29 bool memoryReleaseResult = mAllocationTracker->updateMemoryAllocation(mData.size(), 0); in ~BufferNULL()42 mAllocationTracker->updateMemoryAllocation(mData.size(), size)); in setDataWithUsageFlags()59 mAllocationTracker->updateMemoryAllocation(mData.size(), size)); in setData()
26 bool updateMemoryAllocation(size_t oldSize, size_t newSize);
46 bool AllocationTrackerNULL::updateMemoryAllocation(size_t oldSize, size_t newSize) in updateMemoryAllocation() function in rx::AllocationTrackerNULL