Home
last modified time | relevance | path

Searched defs:GetStorageSize (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Darray_internal.h53 static uint32_t GetStorageSize(uint32_t num_elements) { in GetStorageSize() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_ring_buffer.h91 uptr GetStorageSize() const { return (long_ >> kSizeShift) << kPageSizeBits; } in GetStorageSize() function