Searched refs:unallocated (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/gdbserver_tests/
H A Dhginfo.stderrB.exp19 Address 0x........ is 0 bytes inside an unallocated block of size 1,008 in arena "client"
/external/valgrind/helgrind/tests/
H A Dfree_is_write.stderr.exp26 Address 0x........ is 5 bytes inside an unallocated block of size 16 in arena "client"
/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c254 int64_t unallocated = 0; local
289 unallocated += item->size_in_dw+1024;
296 if (pool->size_in_dw < allocated+unallocated) {
297 compute_memory_grow_pool(pool, pipe, allocated+unallocated);
/external/valgrind/memcheck/tests/
H A Dbig_blocks_freed_list.stderr.exp16 Address 0x........ is 2,000 bytes inside an unallocated block of size 1,000,016 in arena "client"
/external/v8/test/cctest/compiler/
H A Dtest-instruction.cc91 UnallocatedOperand* unallocated = local
93 unallocated->set_virtual_register(vreg);
94 return unallocated;

Completed in 530 milliseconds