Searched defs:newSize (Results 51 - 72 of 72) sorted by relevance

123

/haiku/src/system/boot/loader/
H A Dheap.cpp321 size_t newSize = (addr_t)chunk - (addr_t)this; local
505 realloc(void* oldBuffer, size_t newSize) argument
[all...]
H A Dvfs.cpp939 ftruncate(int fd, off_t newSize) argument
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp972 int32 newSize = offset + size; local
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp150 off_t newSize = *size; local
[all...]
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp752 guarded_heap_realloc(void* address, size_t newSize) argument
1192 heap_realloc(void* address, size_t newSize) argument
H A Dheap.cpp1391 heap_realloc(heap_allocator *heap, void *address, void **newAddress, size_t newSize) argument
[all...]
/haiku/src/system/kernel/
H A Dguarded_heap.cpp545 guarded_heap_realloc(void* address, size_t newSize, uint32 flags) argument
969 realloc_etc(void* address, size_t newSize, uint32 flags) argument
984 realloc(void* address, size_t newSize) argument
[all...]
H A Dheap.cpp236 Reallocate(addr_t oldAddress, addr_t newAddress, size_t newSize) argument
1775 heap_realloc(heap_allocator *heap, void *address, void **newAddress, size_t newSize, uint32 flags) argument
2405 realloc_etc(void *address, size_t newSize, uint32 flags) argument
2480 realloc(void *address, size_t newSize) argument
[all...]
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp1253 file_cache_set_size(void* _cacheRef, off_t newSize) argument
/haiku/src/system/kernel/vm/
H A DVMCache.cpp1171 VMCache::Resize(off_t newSize, int priority) argument
H A DVMAnonymousCache.cpp583 VMAnonymousCache::Resize(off_t newSize, int priority) argument
H A Dvm.cpp5328 vm_resize_area(area_id areaID, size_t newSize, bool kernel) argument
6340 resize_area(area_id areaID, size_t newSize) argument
6575 _user_resize_area(area_id area, size_t newSize) argument
[all...]
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp1014 off_t newSize = fSize; local
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp1889 trim_data(net_buffer* _buffer, size_t newSize) argument
[all...]
/haiku/src/build/libroot/
H A Dfs.cpp1475 _haiku_build_ftruncate(int fd, off_t newSize) argument
/haiku/src/kits/interface/
H A DMenuField.cpp1189 BSize newSize = Bounds().Size(); local
H A DAbstractSpinner.cpp1585 BSize newSize = Bounds().Size(); local
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2067 int newSize = percent * (100 + percentDiff) / 100; local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp104 Resize(Inode* inode, off_t oldSize, off_t newSize, bool trim) argument
1669 Inode::FillGapWithZeros(off_t pos, off_t newSize) argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h642 void SetSize(off_t newSize) argument
666 void SetExtraInodeSize(uint16 newSize) argument
/haiku/src/kits/tracker/
H A DPoseView.cpp9668 BPoseView::ResizeColumn(BColumn* column, float newSize, argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3655 resize_monitor_table(struct io_context* context, const int newSize) argument
5041 vfs_resize_fd_table(struct io_context* context, uint32 newSize) argument
[all...]

Completed in 285 milliseconds

123