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 86 size_t ZygoteSpace::AllocationSize(mirror::Object*, size_t*) {
large_object_space.cc 72 size_t AllocationSize(mirror::Object* obj, size_t* usable_size) OVERRIDE {
73 return LargeObjectMapSpace::AllocationSize(ObjectWithRedzone(obj), usable_size);
82 MEMORY_TOOL_MAKE_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr));
202 size_t LargeObjectMapSpace::AllocationSize(mirror::Object* obj, size_t* usable_size) {
461 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 60 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;
944 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 69 size_t AllocationSize;
77 size_t allocationSize, uintptr_t objAddress)
80 AllocationSize(allocationSize), ObjAddress(objAddress) {
81 // AllocationSize is used only in asserts, prevent an "unused private field"
83 (void)AllocationSize;
92 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!");
103 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!");
111 assert(StubOffset <= AllocationSize && "Not enough space allocated!");
  /external/compiler-rt/lib/asan/
asan_allocator.cc 616 uptr AllocationSize(uptr p) {
775 uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr));
784 return instance.AllocationSize(reinterpret_cast<uptr>(ptr));
896 return instance.AllocationSize(ptr) > 0;
902 uptr allocated_size = instance.AllocationSize(ptr);
  /external/libchrome/sandbox/win/src/
nt_internals.h 146 IN PLARGE_INTEGER AllocationSize OPTIONAL,
200 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 2677 milliseconds