Searched defs:AllocationSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStaticNodeList.h61 ptrdiff_t AllocationSize() function in class:blink::FINAL
77 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(nodeList->AllocationSize());
84 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-AllocationSize());
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc174 static uptr AllocationSize(const void *p) { function in namespace:__msan
219 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; }
224 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); }
/external/chromium_org/media/base/
H A Dvideo_frame.cc210 if (data_size < AllocationSize(format, new_coded_size))
489 size_t VideoFrame::AllocationSize(Format format, const gfx::Size& coded_size) { function in class:media::VideoFrame
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc530 static uptr AllocationSize(uptr p) { function in namespace:__asan
650 uptr usable_size = AllocationSize(reinterpret_cast<uptr>(ptr));
659 return AllocationSize(reinterpret_cast<uptr>(ptr));
773 return (AllocationSize(ptr) > 0);
782 uptr allocated_size = AllocationSize(ptr);
/external/chromium_org/sandbox/win/src/
H A Dnt_internals.h143 IN PLARGE_INTEGER AllocationSize OPTIONAL,
197 LARGE_INTEGER AllocationSize; member in struct:_FILE_NETWORK_OPEN_INFORMATION

Completed in 236 milliseconds