HomeSort by: relevance | last modified time | path
    Searched refs:bytes_allocated (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
bigcore.c 143 static unsigned long bytes_allocated; variable
241 while (bytes_allocated + (1 + count) * chunk_size
258 bytes_allocated += chunk_size * count;
261 print_byte_count (bytes_allocated);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bigcore.c 143 static unsigned long bytes_allocated; variable
241 while (bytes_allocated + (1 + count) * chunk_size
258 bytes_allocated += chunk_size * count;
261 print_byte_count (bytes_allocated);
  /src/external/bsd/jemalloc/dist/test/stress/pa/
pa_microbench.c 53 uint64_t bytes_allocated; /* Current bytes allocated */ member in struct:__anon62
391 == g_shard_stats[shard_id].bytes_allocated);
398 g_shard_stats[shard_id].bytes_allocated, total_pageslabs,
459 .bytes_allocated += size;
485 .bytes_allocated -=
517 g_shard_stats[i].bytes_allocated);

Completed in 19 milliseconds