Searched defs:memory_ (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/base/memory/
H A Ddiscardable_memory.h106 void* memory_; member in class:base::DiscardableMemory
H A Dshared_memory.h173 void *memory() const { return memory_; }
251 void* memory_; member in class:base::SharedMemory
/external/chromium_org/ui/base/x/
H A Dselection_utils.h116 scoped_refptr<base::RefCountedMemory> memory_; member in class:ui::SelectionData
/external/chromium_org/gpu/command_buffer/service/
H A Dsafe_shared_memory_pool.h64 MemoryMap memory_; member in class:gpu::SafeSharedMemoryPool
/external/chromium/base/
H A Dshared_memory.h124 void *memory() const { return memory_; }
205 void* memory_; member in class:base::SharedMemory
/external/chromium_org/chrome/browser/extensions/api/processes/
H A Dprocesses_api.h212 bool memory_; member in class:extensions::GetProcessInfoFunction
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsysteminfo.h92 int64 memory_; member in class:talk_base::SystemInfo
/external/chromium_org/v8/src/
H A Dregexp-stack.h68 return thread_local_.memory_ + thread_local_.memory_size_;
109 // If memory_size_ > 0 then memory_ must be non-NULL.
110 Address memory_; member in struct:v8::internal::RegExpStack::ThreadLocal
114 memory_ = NULL;
123 return reinterpret_cast<Address>(&thread_local_.memory_);
H A Dplatform-macos.cc150 : file_(file), memory_(memory), size_(size) { }
152 virtual void* memory() { return memory_; }
156 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
200 if (memory_) OS::Free(memory_, size_);
H A Dplatform-cygwin.cc128 : file_(file), memory_(memory), size_(size) { }
130 virtual void* memory() { return memory_; }
134 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
168 if (memory_) munmap(memory_, size_);
H A Dplatform-freebsd.cc137 : file_(file), memory_(memory), size_(size) { }
139 virtual void* memory() { return memory_; }
143 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
177 if (memory_) munmap(memory_, size_);
H A Dplatform-linux.cc384 : file_(file), memory_(memory), size_(size) { }
386 virtual void* memory() { return memory_; }
390 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
434 if (memory_) OS::Free(memory_, size_);
H A Dplatform-openbsd.cc136 : file_(file), memory_(memory), size_(size) { }
138 virtual void* memory() { return memory_; }
142 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
176 if (memory_) OS::Free(memory_, size_);
H A Dplatform-solaris.cc152 : file_(file), memory_(memory), size_(size) { }
154 virtual void* memory() { return memory_; }
158 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
192 if (memory_) munmap(memory_, size_);
H A Dplatform-win32.cc1033 memory_(memory),
1036 virtual void* memory() { return memory_; }
1041 void* memory_; member in class:v8::internal::Win32MemoryMappedFile
1083 if (memory_ != NULL)
1084 UnmapViewOfFile(memory_);
/external/v8/src/
H A Dregexp-stack.h68 return thread_local_.memory_ + thread_local_.memory_size_;
109 // If memory_size_ > 0 then memory_ must be non-NULL.
110 Address memory_; member in struct:v8::internal::RegExpStack::ThreadLocal
114 memory_ = NULL;
123 return reinterpret_cast<Address>(&thread_local_.memory_);
H A Dplatform-cygwin.cc208 : file_(file), memory_(memory), size_(size) { }
210 virtual void* memory() { return memory_; }
214 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
248 if (memory_) munmap(memory_, size_);
H A Dplatform-freebsd.cc218 : file_(file), memory_(memory), size_(size) { }
220 virtual void* memory() { return memory_; }
224 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
258 if (memory_) munmap(memory_, size_);
H A Dplatform-linux.cc419 : file_(file), memory_(memory), size_(size) { }
421 virtual void* memory() { return memory_; }
425 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
469 if (memory_) OS::Free(memory_, size_);
H A Dplatform-macos.cc198 : file_(file), memory_(memory), size_(size) { }
200 virtual void* memory() { return memory_; }
204 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
248 if (memory_) OS::Free(memory_, size_);
H A Dplatform-openbsd.cc231 : file_(file), memory_(memory), size_(size) { }
233 virtual void* memory() { return memory_; }
237 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
271 if (memory_) OS::Free(memory_, size_);
H A Dplatform-solaris.cc224 : file_(file), memory_(memory), size_(size) { }
226 virtual void* memory() { return memory_; }
230 void* memory_; member in class:v8::internal::PosixMemoryMappedFile
264 if (memory_) munmap(memory_, size_);
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs174 return memory_.ToInt64() + Marshal.SizeOf(typeof(StatsFileHeader));
233 memory_ =
236 if (memory_ == IntPtr.Zero) {
241 header_ = (StatsFileHeader)Marshal.PtrToStructure(memory_, header_.GetType());
249 Win32.UnmapViewOfFile(memory_);
305 private IntPtr memory_; field in class:StatsViewer.StatsTable
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h333 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture
/external/webp/include/webp/
H A Dencode.h333 void* memory_; // row chunk of memory for yuva planes member in struct:WebPPicture

Completed in 366 milliseconds

12