Sha256: 9fe8c7a2e001e4a038f3526a6f45af068c0203260d4fb5505b3632dff52f9626

Contents?: true

Size: 162 Bytes

Versions: 10

Compression:

Stored size: 162 Bytes

Contents

#include "file_format.h"

inline uint32_t padding_length(uint32_t key_length) {
    return 8 - (sizeof(uint32_t) + key_length) % 8; // padding | 8 byte aligned
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
prometheus-client-mmap-0.7.0.beta45.10 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.7.0.beta45.9 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.7.0.beta45.8 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.7.0.beta45.7 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.7.0.beta45.6 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.7.0.beta45.5 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.7.0.beta45.4 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.7.0.beta45.3 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.7.0.beta45.2 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.7.0.beta45.1 ext/fast_mmaped_file/file_format.c