Home | History | Annotate | Download | only in alloc

Lines Matching full:numbytes

291 static void countFree(Heap *heap, const void *ptr, size_t *numBytes)
305 *numBytes += delta;
1081 size_t numBytes = 0;
1093 countFree(heap, ptrs[i], &numBytes);
1102 countFree(heap, ptrs[i], &numBytes);
1106 return numBytes;