HomeSort by relevance Sort by last modified time
    Searched defs:size_allocated (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_stats.h 73 uptr size_allocated; member in struct:__asan::AsanMallocStats
  /external/chromium_org/gpu/command_buffer/client/
transfer_buffer_unittest.cc 176 unsigned int size_allocated = 0; local
178 kTransferBufferSize + 1, &size_allocated);
180 EXPECT_EQ(kTransferBufferSize - kStartingOffset, size_allocated);
186 unsigned int size_allocated = 0; local
188 void* ptr = transfer_buffer_->AllocUpTo(8u, &size_allocated);
190 EXPECT_EQ(8u, size_allocated);
327 unsigned int size_allocated = 0; local
328 void* ptr = transfer_buffer_->AllocUpTo(kSize1, &size_allocated);
330 EXPECT_EQ(kSize1, size_allocated);
346 ptr = transfer_buffer_->AllocUpTo(kSize2, &size_allocated);
389 unsigned int size_allocated = 0; local
436 unsigned int size_allocated = 0; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 2143 int size_allocated; member in struct:CString
    [all...]

Completed in 117 milliseconds