HomeSort by relevance Sort by last modified time
    Searched refs:unallocated (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/gdbserver_tests/
hginfo.stderrB.exp 18 Address 0x........ is 0 bytes inside an unallocated block of size 1,008 in arena "client"
  /external/valgrind/main/helgrind/tests/
free_is_write.stderr.exp 26 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/
compute_memory_pool.c 254 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/
compute_memory_pool.c 254 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/chromium_org/v8/test/mjsunit/regress/
regress-1423.js 45 // Bug manifests as UNREACHABLE code (due to an unallocated register) in
  /external/valgrind/main/memcheck/tests/
big_blocks_freed_list.stderr.exp 16 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/
test-instruction.cc 91 UnallocatedOperand* unallocated = local
93 unallocated->set_virtual_register(vreg);
94 return unallocated;
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-177883.js 43 // range into the list of unallocated ranges, making no progress.

Completed in 334 milliseconds