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

  /art/runtime/gc/space/
memory_tool_malloc_space-inl.h 173 kUseObjSizeForUsable>::AllocationSize(
175 size_t result = S::AllocationSize(reinterpret_cast<mirror::Object*>(
202 size_t allocation_size = AllocationSize(ptr, &usable_size);
zygote_space.cc 84 size_t ZygoteSpace::AllocationSize(mirror::Object*, size_t*) {
large_object_space.cc 70 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE {
71 return LargeObjectMapSpace::AllocationSize(ObjectWithRedzone(obj), usable_size);
80 MEMORY_TOOL_MAKE_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr));
209 size_t LargeObjectMapSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) {
468 size_t FreeListSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) {
  /external/compiler-rt/lib/msan/
msan_allocator.cc 212 static uptr AllocationSize(const void *p) {
242 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; }
244 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/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 75 size_t AllocationSize;
83 size_t allocationSize, uintptr_t objAddress)
86 AllocationSize(allocationSize), ObjAddress(objAddress) {
87 // AllocationSize is used only in asserts, prevent an "unused private field"
89 (void)AllocationSize;
98 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!");
109 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!");
117 assert(StubOffset <= AllocationSize && "Not enough space allocated!");
  /external/compiler-rt/lib/asan/
asan_allocator.cc 606 uptr AllocationSize(uptr p) {
759 uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr));
768 return instance.AllocationSize(reinterpret_cast<uptr>(ptr));
880 return instance.AllocationSize(ptr) > 0;
886 uptr allocated_size = instance.AllocationSize(ptr);
  /external/libchrome/sandbox/win/src/
nt_internals.h 145 IN PLARGE_INTEGER AllocationSize OPTIONAL,
199 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 230 milliseconds