Sha256: d702296118dcde2f9edfd57a86d7704c1580013c4b271c2ad14229bbecc28dab

Contents?: true

Size: 188 Bytes

Versions: 113

Compression:

Stored size: 188 Bytes

Contents

#ifndef FILE_FORMAT_H
#define FILE_FORMAT_H

#include <stdint.h>

#define START_POSITION 8
#define INITIAL_SIZE (2 * sizeof(int32_t))

uint32_t padding_length(uint32_t key_length);

#endif

Version data entries

113 entries across 113 versions & 1 rubygems

Version Path
prometheus-client-mmap-0.28.1 ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.28.1-x86_64-linux ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.28.1-x86_64-darwin ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.28.1-arm64-darwin ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.28.1-aarch64-linux ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.28.0 ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.28.0-x86_64-linux ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.28.0-x86_64-darwin ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.28.0-arm64-darwin ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.28.0-aarch64-linux ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.27.0 ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.27.0-x86_64-linux ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.27.0-x86_64-darwin ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.27.0-arm64-darwin ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.27.0-aarch64-linux ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.26.1 ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.26.1-x86_64-linux ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.26.1-x86_64-darwin ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.26.1-arm64-darwin ext/fast_mmaped_file/file_format.h
prometheus-client-mmap-0.26.1-aarch64-linux ext/fast_mmaped_file/file_format.h