Searched refs:allocated_bytes (Results 1 – 3 of 3) sorted by relevance
33 size_t allocated_bytes = mallinfo().uordblks; in TestCheckForLeaks() local35 first_allocated_bytes = allocated_bytes; in TestCheckForLeaks()40 last_allocated_bytes = allocated_bytes; in TestCheckForLeaks()
81 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local83 *first_allocated_bytes = allocated_bytes; in CheckForLeak()90 *last_allocated_bytes = allocated_bytes; in CheckForLeak()
1855 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local1857 first_allocated_bytes = allocated_bytes; in CheckForLeak()1862 last_allocated_bytes = allocated_bytes; in CheckForLeak()