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

  /external/chromium_org/content/browser/loader/
resource_buffer_unittest.cc 13 EXPECT_TRUE(buf->CanAllocate());
21 EXPECT_TRUE(buf->CanAllocate());
27 EXPECT_TRUE(buf->CanAllocate());
36 EXPECT_TRUE(buf->CanAllocate());
43 EXPECT_TRUE(buf->CanAllocate());
99 EXPECT_FALSE(buf->CanAllocate());
105 EXPECT_TRUE(buf->CanAllocate());
115 EXPECT_FALSE(buf->CanAllocate());
130 EXPECT_FALSE(buf->CanAllocate());
134 EXPECT_FALSE(buf->CanAllocate());
    [all...]
resource_buffer.h 22 // is fully reserved (at which point CanAllocate returns false). Allocations
34 // DCHECK(buf->CanAllocate());
83 bool CanAllocate() const;
resource_buffer.cc 77 bool ResourceBuffer::CanAllocate() const {
91 DCHECK(CanAllocate());
async_resource_handler.cc 134 if (buffer_->CanAllocate())
225 DCHECK(buffer_->CanAllocate());
275 if (!buffer_->CanAllocate()) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 327 static bool CanAllocate(uptr size, uptr alignment) {
638 static bool CanAllocate(uptr size, uptr alignment) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 93 if (!a->CanAllocate(size, 1)) continue;
658 if (!a->CanAllocate(size, 1)) continue;
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 340 if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {

Completed in 111 milliseconds