Searched refs:allocated_bytes (Results 1 – 4 of 4) sorted by relevance
33 size_t allocated_bytes = mallinfo().uordblks; in TestCheckForLeaks() local35 first_allocated_bytes = allocated_bytes; in TestCheckForLeaks()41 last_allocated_bytes = allocated_bytes; in TestCheckForLeaks()
40 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local42 *first_allocated_bytes = allocated_bytes; in CheckForLeak()49 *last_allocated_bytes = allocated_bytes; in CheckForLeak()
1871 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local1873 first_allocated_bytes = allocated_bytes; in CheckForLeak()1878 last_allocated_bytes = allocated_bytes; in CheckForLeak()
934 uint8_t *release_raw(size_t &allocated_bytes, size_t &offset) {936 allocated_bytes = reserved_;