Home
last modified time | relevance | path

Searched refs:AllocationGranularity (Results 1 – 25 of 79) sorted by relevance

1234

/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Ddatachunk.h52 size_t AllocationGranularity; //! Granulatiry of new memory allocations variable
60 …DataChunk() : DataSize(0), AllocationGranularity(0), ExternalBuffer(false), Size(0), Data(NULL) {}; in DataChunk()
63 …DataChunk(size_t BufferSize) : DataSize(0), AllocationGranularity(0), ExternalBuffer(false), Size(… in DataChunk()
66 …DataChunk(size_t MemSize, const UInt8 *Buffer) : DataSize(0), AllocationGranularity(0), ExternalBu… in DataChunk()
69 …template<int SIZE> DataChunk(const Identifier<SIZE> *ID) : DataSize(0), AllocationGranularity(0),… in DataChunk()
72 …DataChunk(const DataChunk &Chunk) : DataSize(0), AllocationGranularity(0), ExternalBuffer(false), … in DataChunk()
75 …DataChunk(const DataChunkPtr &Chunk) : DataSize(0), AllocationGranularity(0), ExternalBuffer(false… in DataChunk()
158 void SetGranularity(size_t Gran) { AllocationGranularity = Gran; }; in SetGranularity()
159 size_t GetGranularity(void) { return AllocationGranularity; }; in GetGranularity()
H A Ddatachunk.cpp48 if(AllocationGranularity) in Resize()
52 AllocSize = (NewSize-1) / AllocationGranularity; in Resize()
54 AllocSize = (AllocSize+1) * AllocationGranularity; in Resize()
77 if(AllocationGranularity) in ResizeBuffer()
80 NewSize = (NewSize-1) / AllocationGranularity; in ResizeBuffer()
81 NewSize = (NewSize+1) * AllocationGranularity; in ResizeBuffer()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Runtime/Augments/
H A DRuntimeThread.Windows.cs239 const int AllocationGranularity = 0x10000; // 64 KiB in CreateThread()
242 if ((0 < stackSize) && (stackSize < AllocationGranularity)) in CreateThread()
255 stackSize = AllocationGranularity; in CreateThread()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/elastic/go-windows/
H A Dkernel32.go54 AllocationGranularity uint32 member
/dports/net/traefik/traefik-2.6.1/vendor/github.com/elastic/go-windows/
H A Dkernel32.go54 AllocationGranularity uint32 member
/dports/net/wireguard-go/wireguard-go-0.0.20210424/tun/wintun/memmod/
H A Dsyscall_windows.go336 AllocationGranularity uint32 member
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/Unix/
H A DProcess.inc61 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
62 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DThunkPool.cs56 public const uint AllocationGranularity = 0x10000; // 64k field in System.Runtime.Constants
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/Unix/
H A DProcess.inc69 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
70 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/Unix/
H A DProcess.inc82 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
83 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
H A DProcess.inc69 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
70 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc69 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
70 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/Unix/
H A DProcess.inc75 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
76 // offset in mmap(3) should be aligned to the AllocationGranularity.
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/Unix/
H A DProcess.inc70 // On Cygwin, getpagesize() returns 64k(AllocationGranularity) and
71 // offset in mmap(3) should be aligned to the AllocationGranularity.

1234