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

/external/valgrind/main/gdbserver_tests/
H A Dhginfo.stderrB.exp18 Address 0x........ is 0 bytes inside an unallocated block of size 1,008 in arena "client"
/external/valgrind/main/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/chromium_org/third_party/mesa/src/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/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/main/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/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc91 UnallocatedOperand* unallocated = local
93 unallocated->set_virtual_register(vreg);
94 return unallocated;

Completed in 172 milliseconds