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

  /external/chromium_org/base/memory/
ref_counted_memory.cc 82 RefCountedMallocedMemory::RefCountedMallocedMemory(
88 const unsigned char* RefCountedMallocedMemory::front() const {
92 size_t RefCountedMallocedMemory::size() const {
96 RefCountedMallocedMemory::~RefCountedMallocedMemory() {
ref_counted_memory.h 127 class BASE_EXPORT RefCountedMallocedMemory : public base::RefCountedMemory {
129 RefCountedMallocedMemory(void* data, size_t length);
136 virtual ~RefCountedMallocedMemory();
141 DISALLOW_COPY_AND_ASSIGN(RefCountedMallocedMemory);
ref_counted_memory_unittest.cc 53 TEST(RefCountedMemoryUnitTest, RefCountedMallocedMemory) {
57 scoped_refptr<RefCountedMemory> mem = new RefCountedMallocedMemory(data, 6);

Completed in 138 milliseconds