Sha256: 2db04c069493ba123fe68d4a0ca4f4b850378412d8e5edf2ef47887a81409cc1

Contents?: true

Size: 163 Bytes

Versions: 103

Compression:

Stored size: 163 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

103 entries across 103 versions & 1 rubygems

Version Path
prometheus-client-mmap-0.16.2 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.16.1 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.16.0 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.15.0 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.14.0 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.13.0 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.12.0 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.11.0 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.10.0 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.10 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.9 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.8 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.7 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.6 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.5 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.4 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.3 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.2 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.1 ext/fast_mmaped_file/file_format.c
prometheus-client-mmap-0.9.1.pre.rc.2 ext/fast_mmaped_file/file_format.c