Lines Matching refs:size_t
55 static size_t dumped_heap[action_count * max_size * max_size
56 / sizeof (size_t)] = {1};
60 static size_t *next_heap_chunk;
98 dumped_heap_alloc (size_t length) in dumped_heap_alloc()
109 _Static_assert (sizeof (size_t) <= heap_alignment, in dumped_heap_alloc()
114 size_t chunk_size = sizeof (size_t) + length; in dumped_heap_alloc()
133 next_heap_chunk += chunk_size / sizeof (size_t); in dumped_heap_alloc()
156 randomize_buffer (unsigned char *buffer, size_t length, in randomize_buffer()
159 for (size_t i = 0; i < length; ++i) in randomize_buffer()
165 dump_hex (unsigned char *buffer, size_t length) in dump_hex()
187 size_t size = alloc->size; in check_allocation()
419 size_t new_size = task->allocation.size - 1; in do_test()