Alloc              13 chrome/installer/mini_installer/decompress.cc FNALLOC(Alloc) {
Alloc              31 chrome/installer/mini_installer/decompress.cc     ret = reinterpret_cast<char*>(Alloc(size * sizeof(ret[0])));
Alloc              45 chrome/installer/mini_installer/decompress.cc     ret = reinterpret_cast<wchar_t*>(Alloc(size * sizeof(ret[0])));
Alloc             248 chrome/installer/mini_installer/decompress.cc   HFDI fdi = g_FDICreate(&Alloc, &Free, &Open, &Read, &Write, &Close, &Seek,
Alloc             142 chrome/installer/util/lzma_util.cc   allocImp.Alloc = SzAlloc;
Alloc             144 chrome/installer/util/lzma_util.cc   allocTempImp.Alloc = SzAllocTemp;
Alloc             581 components/breakpad/app/breakpad_linux.cc   char* log_path = reinterpret_cast<char*>(allocator.Alloc(log_path_len + 1));
Alloc             900 components/breakpad/app/breakpad_linux.cc   *file_data = reinterpret_cast<uint8_t*>(allocator.Alloc(st.st_size));
Alloc             988 components/breakpad/app/breakpad_linux.cc   char* const header = reinterpret_cast<char*>(allocator->Alloc(
Alloc             998 components/breakpad/app/breakpad_linux.cc   char* const post_file = reinterpret_cast<char*>(allocator->Alloc(
Alloc            1035 components/breakpad/app/breakpad_linux.cc   char* link = reinterpret_cast<char*>(allocator->Alloc(kMaxSize));
Alloc            1340 components/breakpad/app/breakpad_linux.cc         allocator.Alloc(done_filename_len));
Alloc              31 gpu/command_buffer/client/buffer_tracker.cc     address = mapped_memory_->Alloc(size, &shm_id, &shm_offset);
Alloc              54 gpu/command_buffer/client/fenced_allocator.h   Offset Alloc(unsigned int size);
Alloc             169 gpu/command_buffer/client/fenced_allocator.h   void *Alloc(unsigned int size) {
Alloc             170 gpu/command_buffer/client/fenced_allocator.h     FencedAllocator::Offset offset = allocator_.Alloc(size);
Alloc             186 gpu/command_buffer/client/fenced_allocator.h     return static_cast<T *>(Alloc(count * sizeof(T)));
Alloc             128 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset = allocator_->Alloc(kSize);
Alloc             141 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset = allocator_->Alloc(0);
Alloc             158 gpu/command_buffer/client/fenced_allocator_test.cc     offsets[i] = allocator_->Alloc(kSize);
Alloc             165 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset_failed = allocator_->Alloc(kSize);
Alloc             172 gpu/command_buffer/client/fenced_allocator_test.cc   offsets[0] = allocator_->Alloc(kSize/2);
Alloc             178 gpu/command_buffer/client/fenced_allocator_test.cc   offset_failed = allocator_->Alloc(kSize);
Alloc             200 gpu/command_buffer/client/fenced_allocator_test.cc     offsets[i] = allocator_->Alloc(kSize);
Alloc             207 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset_failed = allocator_->Alloc(kSize);
Alloc             223 gpu/command_buffer/client/fenced_allocator_test.cc   offsets[0] = allocator_->Alloc(kSize);
Alloc             248 gpu/command_buffer/client/fenced_allocator_test.cc     offsets[i] = allocator_->Alloc(kSize);
Alloc             305 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset = allocator_->Alloc(kBufferSize);
Alloc             312 gpu/command_buffer/client/fenced_allocator_test.cc   offset = allocator_->Alloc(kSize);
Alloc             322 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset1 = allocator_->Alloc(kSize);
Alloc             324 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset2 = allocator_->Alloc(kSize);
Alloc             330 gpu/command_buffer/client/fenced_allocator_test.cc   offset = allocator_->Alloc(kBufferSize - 3 * kSize);
Alloc             334 gpu/command_buffer/client/fenced_allocator_test.cc   offset1 = allocator_->Alloc(2 * kSize);
Alloc             348 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset = allocator_->Alloc(kBufferSize);
Alloc             355 gpu/command_buffer/client/fenced_allocator_test.cc   offset = allocator_->Alloc(kSize);
Alloc             365 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset1 = allocator_->Alloc(kSize);
Alloc             367 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset offset2 = allocator_->Alloc(kSize);
Alloc             390 gpu/command_buffer/client/fenced_allocator_test.cc   offset = allocator_->Alloc(kBufferSize);
Alloc             424 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset mem1 = allocator->Alloc(kAllocSize);
Alloc             425 gpu/command_buffer/client/fenced_allocator_test.cc   FencedAllocator::Offset mem2 = allocator->Alloc(kAllocSize);
Alloc             498 gpu/command_buffer/client/fenced_allocator_test.cc   void *pointer = allocator_->Alloc(kSize);
Alloc             531 gpu/command_buffer/client/fenced_allocator_test.cc   void *pointer = allocator_->Alloc(0);
Alloc             541 gpu/command_buffer/client/fenced_allocator_test.cc   void *pointer1 = allocator_->Alloc(kSize1);
Alloc             547 gpu/command_buffer/client/fenced_allocator_test.cc   void *pointer2 = allocator_->Alloc(kSize2);
Alloc             570 gpu/command_buffer/client/fenced_allocator_test.cc     pointers[i] = allocator_->Alloc(kSize);
Alloc             576 gpu/command_buffer/client/fenced_allocator_test.cc   void *pointer_failed = allocator_->Alloc(kSize);
Alloc             583 gpu/command_buffer/client/fenced_allocator_test.cc   pointers[0] = allocator_->Alloc(kSize/2);
Alloc             588 gpu/command_buffer/client/fenced_allocator_test.cc   pointer_failed = allocator_->Alloc(kSize);
Alloc             610 gpu/command_buffer/client/fenced_allocator_test.cc     pointers[i] = allocator_->Alloc(kSize);
Alloc             616 gpu/command_buffer/client/fenced_allocator_test.cc   void *pointer_failed = allocator_->Alloc(kSize);
Alloc             632 gpu/command_buffer/client/fenced_allocator_test.cc   pointers[0] = allocator_->Alloc(kSize);
Alloc             264 gpu/command_buffer/client/gles2_implementation.cc   void* buffer = transfer_buffer_->Alloc(
Alloc            2102 gpu/command_buffer/client/gles2_implementation.cc   Result* result = static_cast<Result*>(transfer_buffer_->Alloc(size));
Alloc            2894 gpu/command_buffer/client/gles2_implementation.cc   void* mem = mapped_memory_->Alloc(size, &shm_id, &shm_offset);
Alloc            2967 gpu/command_buffer/client/gles2_implementation.cc   void* mem = mapped_memory_->Alloc(size, &shm_id, &shm_offset);
Alloc            3106 gpu/command_buffer/client/gles2_implementation.cc   state.buffer = transfer_buffer_->Alloc(state.transfer_buffer_size_needed);
Alloc            3710 gpu/command_buffer/client/gles2_implementation.cc   void* mem = mapped_memory_->Alloc(sizeof(AsyncUploadSync),
Alloc             133 gpu/command_buffer/client/gles2_implementation_unittest.cc   virtual void* Alloc(unsigned int size) OVERRIDE;
Alloc              57 gpu/command_buffer/client/mapped_memory.cc         void* mem = chunk->Alloc(size);
Alloc              74 gpu/command_buffer/client/mapped_memory.cc           void* mem = chunk->Alloc(size);
Alloc              98 gpu/command_buffer/client/mapped_memory.cc   void* mem = mc->Alloc(size);
Alloc              59 gpu/command_buffer/client/mapped_memory.h   void* Alloc(unsigned int size) {
Alloc              60 gpu/command_buffer/client/mapped_memory.h     return allocator_.Alloc(size);
Alloc             146 gpu/command_buffer/client/mapped_memory.h   void* Alloc(
Alloc             135 gpu/command_buffer/client/mapped_memory_unittest.cc   void *pointer = chunk_->Alloc(kSize);
Alloc             148 gpu/command_buffer/client/mapped_memory_unittest.cc   uint8 *pointer_char = static_cast<uint8*>(chunk_->Alloc(kSize));
Alloc             187 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
Alloc             195 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem2 = manager_->Alloc(kSize, &id2, &offset2);
Alloc             202 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem3 = manager_->Alloc(kSize, &id3, &offset3);
Alloc             213 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem4 = manager_->Alloc(kSize / 2, &id4, &offset4);
Alloc             214 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem5 = manager_->Alloc(kSize / 2, &id5, &offset5);
Alloc             236 gpu/command_buffer/client/mapped_memory_unittest.cc     pointers[i] = manager_->Alloc(kSize, &id, &offset);
Alloc             258 gpu/command_buffer/client/mapped_memory_unittest.cc   void* new_ptr = manager_->Alloc(kSize, &new_id, &new_offset);
Alloc             277 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
Alloc             284 gpu/command_buffer/client/mapped_memory_unittest.cc   void* m1 = manager_->Alloc(kBufferSize, &id, &offset);
Alloc             285 gpu/command_buffer/client/mapped_memory_unittest.cc   void* m2 = manager_->Alloc(kBufferSize, &id, &offset);
Alloc             308 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
Alloc             311 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem2 = manager_->Alloc(kSize, &id2, &offset2);
Alloc             314 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem3 = manager_->Alloc(kSize, &id3, &offset3);
Alloc             336 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem1 = manager_->Alloc(kChunkSize, &id1, &offset1);
Alloc             345 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem2 = manager_->Alloc(kChunkSize, &id2, &offset2);
Alloc             366 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
Alloc             375 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem2 = manager_->Alloc(kSize, &id2, &offset2);
Alloc             395 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem3 = manager_->Alloc(kSize, &id3, &offset3);
Alloc             430 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem1 = manager_->Alloc(kSize, &id1, &offset1);
Alloc             436 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem2 = manager_->Alloc(kSize, &id2, &offset2);
Alloc             448 gpu/command_buffer/client/mapped_memory_unittest.cc   void* mem3 = manager_->Alloc(kSize, &id3, &offset3);
Alloc              38 gpu/command_buffer/client/query_tracker.cc     void* mem = mapped_memory_->Alloc(
Alloc             211 gpu/command_buffer/client/query_tracker.cc   if (!query_sync_manager_.Alloc(&info)) {
Alloc              64 gpu/command_buffer/client/query_tracker.h   bool Alloc(QueryInfo* info);
Alloc              59 gpu/command_buffer/client/query_tracker_unittest.cc     EXPECT_TRUE(sync_manager_->Alloc(&infos[ii]));
Alloc              76 gpu/command_buffer/client/query_tracker_unittest.cc     EXPECT_TRUE(sync_manager_->Alloc(&infos[ii]));
Alloc              45 gpu/command_buffer/client/ring_buffer.h   Offset Alloc(unsigned int size);
Alloc             138 gpu/command_buffer/client/ring_buffer.h   void* Alloc(unsigned int size) {
Alloc             139 gpu/command_buffer/client/ring_buffer.h     RingBuffer::Offset offset = allocator_.Alloc(size);
Alloc             155 gpu/command_buffer/client/ring_buffer.h     return static_cast<T*>(Alloc(count * sizeof(T)));
Alloc             143 gpu/command_buffer/client/ring_buffer_test.cc   RingBuffer::Offset offset = allocator_->Alloc(kSize);
Alloc             161 gpu/command_buffer/client/ring_buffer_test.cc     RingBuffer::Offset offset = allocator_->Alloc(kSize);
Alloc             174 gpu/command_buffer/client/ring_buffer_test.cc   RingBuffer::Offset offset1 = allocator_->Alloc(kSize);
Alloc             187 gpu/command_buffer/client/ring_buffer_test.cc   RingBuffer::Offset offset = allocator_->Alloc(kBufferSize);
Alloc             196 gpu/command_buffer/client/ring_buffer_test.cc   RingBuffer::Offset offset = allocator_->Alloc(kAlloc1);
Alloc             199 gpu/command_buffer/client/ring_buffer_test.cc   offset = allocator_->Alloc(kAlloc2);
Alloc             203 gpu/command_buffer/client/ring_buffer_test.cc   offset = allocator_->Alloc(kBufferSize);
Alloc             242 gpu/command_buffer/client/ring_buffer_test.cc   void* pointer = allocator_->Alloc(kSize);
Alloc             278 gpu/command_buffer/client/ring_buffer_test.cc     void* pointer = allocator_->Alloc(kSize);
Alloc             291 gpu/command_buffer/client/ring_buffer_test.cc   void* pointer1 = allocator_->Alloc(kSize);
Alloc             172 gpu/command_buffer/client/transfer_buffer.cc   return ring_buffer_->Alloc(*size_allocated);
Alloc             188 gpu/command_buffer/client/transfer_buffer.cc   return ring_buffer_->Alloc(size);
Alloc              36 gpu/command_buffer/client/transfer_buffer.h   void* Alloc(unsigned int size) {
Alloc              37 gpu/command_buffer/client/transfer_buffer.h     return RingBufferWrapper::Alloc(RoundToAlignment(size));
Alloc              80 gpu/command_buffer/client/transfer_buffer.h   virtual void* Alloc(unsigned int size) = 0;
Alloc             108 gpu/command_buffer/client/transfer_buffer.h   virtual void* Alloc(unsigned int size) OVERRIDE;
Alloc             173 gpu/command_buffer/client/transfer_buffer_unittest.cc   void* ptr = transfer_buffer_->Alloc(kTransferBufferSize + 1);
Alloc             199 gpu/command_buffer/client/transfer_buffer_unittest.cc     void* ptr = transfer_buffer_->Alloc(8u);
Alloc              26 ppapi/cpp/dev/array_dev.h   static void* Alloc(uint32_t count, uint32_t size) {
Alloc              44 ppapi/cpp/dev/array_dev.h     return Alloc(element_count, element_size);
Alloc             140 ppapi/cpp/dev/array_dev.h           internal::ArrayAllocator::Alloc(size, sizeof(CType)));
Alloc             160 ppapi/cpp/dev/array_dev.h           internal::ArrayAllocator::Alloc(storage_->size, sizeof(CType)));
Alloc              22 third_party/lzma_sdk/7zBuf.c   p->data = (Byte *)alloc->Alloc(alloc, size);
Alloc              40 third_party/lzma_sdk/LzFind.c     p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize);
Alloc             168 third_party/lzma_sdk/LzFind.c   return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
Alloc             930 third_party/lzma_sdk/LzmaDec.c     p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb));
Alloc             957 third_party/lzma_sdk/LzmaDec.c     p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize);
Alloc             469 third_party/lzma_sdk/LzmaEnc.c     p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
Alloc            1703 third_party/lzma_sdk/LzmaEnc.c   p = alloc->Alloc(alloc, sizeof(CLzmaEnc));
Alloc            1913 third_party/lzma_sdk/LzmaEnc.c       p->litProbs = (CLzmaProb *)alloc->Alloc(alloc, (0x300 << lclp) * sizeof(CLzmaProb));
Alloc            1914 third_party/lzma_sdk/LzmaEnc.c       p->saveState.litProbs = (CLzmaProb *)alloc->Alloc(alloc, (0x300 << lclp) * sizeof(CLzmaProb));
Alloc             229 third_party/lzma_sdk/Types.h   void *(*Alloc)(void *p, size_t size);
Alloc             233 third_party/lzma_sdk/Types.h #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
Alloc              53 third_party/tcmalloc/chromium/src/base/low_level_alloc.h   static void *Alloc(size_t request)
Alloc              58 third_party/tcmalloc/chromium/src/base/stl_allocator.h template <typename T, class Alloc>
Alloc              70 third_party/tcmalloc/chromium/src/base/stl_allocator.h     typedef STL_Allocator<T1, Alloc> other;
Alloc              75 third_party/tcmalloc/chromium/src/base/stl_allocator.h   template <class T1> STL_Allocator(const STL_Allocator<T1, Alloc>&) { }
Alloc              83 third_party/tcmalloc/chromium/src/base/stl_allocator.h     return static_cast<T*>(Alloc::Allocate(n * sizeof(T)));
Alloc              85 third_party/tcmalloc/chromium/src/base/stl_allocator.h   void deallocate(pointer p, size_type n) { Alloc::Free(p, n * sizeof(T)); }
Alloc              83 third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h   virtual void* Alloc(size_t size, size_t *actual_size, size_t alignment) = 0;
Alloc              99 third_party/tcmalloc/chromium/src/memfs_malloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             120 third_party/tcmalloc/chromium/src/memfs_malloc.cc     return fallback_->Alloc(size, actual_size, alignment);
Alloc             126 third_party/tcmalloc/chromium/src/memfs_malloc.cc     return fallback_->Alloc(size, actual_size, alignment);
Alloc             135 third_party/tcmalloc/chromium/src/memfs_malloc.cc     return fallback_->Alloc(size, actual_size, alignment);
Alloc             148 third_party/tcmalloc/chromium/src/memfs_malloc.cc   return fallback_->Alloc(size, actual_size, alignment);
Alloc             289 third_party/tcmalloc/chromium/src/system-alloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             297 third_party/tcmalloc/chromium/src/system-alloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             305 third_party/tcmalloc/chromium/src/system-alloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             325 third_party/tcmalloc/chromium/src/system-alloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             567 third_party/tcmalloc/chromium/src/system-alloc.cc       void* result = allocs_[i]->Alloc(size, actual_size, alignment);
Alloc             627 third_party/tcmalloc/chromium/src/system-alloc.cc   void* result = sys_alloc->Alloc(size, actual_size, alignment);
Alloc             784 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc template<class Alloc>
Alloc             785 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc static void DirectTestSTLAlloc(Alloc allocator, const char* name) {
Alloc             788 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   typename Alloc::pointer ptrs[kSize];
Alloc             790 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     typename Alloc::pointer p = allocator.allocate(i*3+1);
Alloc             105 third_party/tcmalloc/chromium/src/tests/low_level_alloc_unittest.cc                         ? LowLevelAlloc::Alloc(block_desc.len)
Alloc              53 third_party/tcmalloc/vendor/src/base/low_level_alloc.h   static void *Alloc(size_t request)
Alloc              58 third_party/tcmalloc/vendor/src/base/stl_allocator.h template <typename T, class Alloc>
Alloc              70 third_party/tcmalloc/vendor/src/base/stl_allocator.h     typedef STL_Allocator<T1, Alloc> other;
Alloc              75 third_party/tcmalloc/vendor/src/base/stl_allocator.h   template <class T1> STL_Allocator(const STL_Allocator<T1, Alloc>&) { }
Alloc              83 third_party/tcmalloc/vendor/src/base/stl_allocator.h     return static_cast<T*>(Alloc::Allocate(n * sizeof(T)));
Alloc              85 third_party/tcmalloc/vendor/src/base/stl_allocator.h   void deallocate(pointer p, size_type n) { Alloc::Free(p, n * sizeof(T)); }
Alloc              83 third_party/tcmalloc/vendor/src/gperftools/malloc_extension.h   virtual void* Alloc(size_t size, size_t *actual_size, size_t alignment) = 0;
Alloc              99 third_party/tcmalloc/vendor/src/memfs_malloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             120 third_party/tcmalloc/vendor/src/memfs_malloc.cc     return fallback_->Alloc(size, actual_size, alignment);
Alloc             126 third_party/tcmalloc/vendor/src/memfs_malloc.cc     return fallback_->Alloc(size, actual_size, alignment);
Alloc             135 third_party/tcmalloc/vendor/src/memfs_malloc.cc     return fallback_->Alloc(size, actual_size, alignment);
Alloc             148 third_party/tcmalloc/vendor/src/memfs_malloc.cc   return fallback_->Alloc(size, actual_size, alignment);
Alloc             146 third_party/tcmalloc/vendor/src/system-alloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             154 third_party/tcmalloc/vendor/src/system-alloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             162 third_party/tcmalloc/vendor/src/system-alloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             182 third_party/tcmalloc/vendor/src/system-alloc.cc   void* Alloc(size_t size, size_t *actual_size, size_t alignment);
Alloc             430 third_party/tcmalloc/vendor/src/system-alloc.cc       void* result = allocs_[i]->Alloc(size, actual_size, alignment);
Alloc             483 third_party/tcmalloc/vendor/src/system-alloc.cc   void* result = sys_alloc->Alloc(size, actual_size, alignment);
Alloc             784 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc template<class Alloc>
Alloc             785 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc static void DirectTestSTLAlloc(Alloc allocator, const char* name) {
Alloc             788 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   typename Alloc::pointer ptrs[kSize];
Alloc             790 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     typename Alloc::pointer p = allocator.allocate(i*3+1);
Alloc             105 third_party/tcmalloc/vendor/src/tests/low_level_alloc_unittest.cc                         ? LowLevelAlloc::Alloc(block_desc.len)
Alloc             390 tools/memory_watcher/call_stack.cc   return MemoryHook::Alloc(size);
Alloc              38 tools/memory_watcher/memory_hook.h     return reinterpret_cast<T*>(MemoryHook::Alloc(n * sizeof(T)));
Alloc             112 tools/memory_watcher/memory_hook.h   static void* Alloc(size_t size) {
Alloc              93 tools/memory_watcher/preamble_patcher.cc       MemoryHook::Alloc(sizeof(unsigned char) * MAX_PREAMBLE_STUB_SIZE));