HomeSort by relevance Sort by last modified time
    Searched defs:AllocationSize (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
StaticNodeList.h 59 ptrdiff_t AllocationSize()
  /art/runtime/gc/space/
valgrind_malloc_space-inl.h 67 size_t ValgrindMallocSpace<S, A>::AllocationSize(mirror::Object* obj, size_t* usable_size) {
68 size_t result = S::AllocationSize(reinterpret_cast<mirror::Object*>(
79 AllocationSize(ptr, &usable_size);
zygote_space.cc 84 size_t ZygoteSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) {
large_object_space.cc 56 virtual size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE {
59 return LargeObjectMapSpace::AllocationSize(object_with_rdz, usable_size);
65 VALGRIND_MAKE_MEM_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr));
157 size_t LargeObjectMapSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) {
398 size_t FreeListSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) {
  /external/chromium_org/media/base/
video_frame.cc 196 if (data_size < AllocationSize(format, coded_size))
417 size_t VideoFrame::AllocationSize(Format format, const gfx::Size& coded_size) {
  /external/compiler-rt/lib/msan/
msan_allocator.cc 174 static uptr AllocationSize(const void *p) {
219 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; }
224 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avrfsdk.h 44 ULONG64 AllocationSize;
winternl.h 267 LARGE_INTEGER AllocationSize;
281 LARGE_INTEGER AllocationSize;
296 LARGE_INTEGER AllocationSize;
312 LARGE_INTEGER AllocationSize;
329 LARGE_INTEGER AllocationSize;
359 LARGE_INTEGER AllocationSize;
417 LARGE_INTEGER AllocationSize;
429 LARGE_INTEGER AllocationSize;
945 NTSTATUS NTAPI NtCreateFile(PHANDLE FileHandle,ACCESS_MASK DesiredAccess,POBJECT_ATTRIBUTES ObjectAttributes,PIO_STATUS_BLOCK IoStatusBlock,PLARGE_INTEGER AllocationSize,ULONG FileAttributes,ULONG ShareAccess,ULONG CreateDisposition,ULONG CreateOptions,PVOID EaBuffer,ULONG EaLength);
    [all...]
winbase.h     [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 530 static uptr AllocationSize(uptr p) {
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/
nt_internals.h 143 IN PLARGE_INTEGER AllocationSize OPTIONAL,
197 LARGE_INTEGER AllocationSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]

Completed in 1102 milliseconds