Searched defs:alignedSize (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/app/
H A DLinkSender.cpp173 off_t alignedSize = (passedSize + B_PAGE_SIZE) & ~(B_PAGE_SIZE - 1); local
/haiku/src/system/boot/loader/
H A Dkernel_args.cpp403 size_t alignedSize = size + alignment - 1; local
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_mmu.cpp145 size_t alignedSize = ROUNDUP(size + (start - physAddr), B_PAGE_SIZE); local
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp424 off_t alignedSize = (fSize + align - 1) & ~(off_t)(align - 1); local
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp757 int32 alignedSize; local
794 int32 alignedSize; local
812 int32 alignedSize; local
963 _AllocateSpace(int32 size, bool alignAddress, bool alignSize, void** address, int32* alignedSize) argument
[all...]
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp1839 size_t alignedSize = size + sizeof(addr_t) + sizeof(heap_leak_check_info); local

Completed in 316 milliseconds