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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-default-allocator.cpp44 static size_t rtAsn1DefaultAllocator_AlignSize(size_t cb) function
68 size_t cbAlloc = rtAsn1DefaultAllocator_AlignSize(cb);
86 size_t cbAlloc = rtAsn1DefaultAllocator_AlignSize(cbNew);

Completed in 42 milliseconds