Sha256: c0276a0f70647af8655486e9a657e527b6254c1f49671f64417d5080154291ae

Contents?: true

Size: 611 Bytes

Versions: 16

Compression:

Stored size: 611 Bytes

Contents

/**
 * hdr_malloc.h
 * Written by Filipe Oliveira and released to the public domain,
 * as explained at http://creativecommons.org/publicdomain/zero/1.0/
 *
 * Allocator selection.
 *
 * This file is used in order to change the HdrHistogram allocator at compile time.
 * Just define the following defines to what you want to use. Also add
 * the include of your alternate allocator if needed (not needed in order
 * to use the default libc allocator). */

#ifndef HDR_MALLOC_H__
#define HDR_MALLOC_H__
#define hdr_malloc malloc
#define hdr_calloc calloc
#define hdr_realloc realloc
#define hdr_free free
#endif

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
couchbase-3.5.6 ext/cache/hdr_histogram/8aac176f50c5d02f8248eb1608d208220a4bc076/hdr_histogram/src/hdr_malloc.h
couchbase-3.5.5 ext/cache/hdr_histogram/8aac176f50c5d02f8248eb1608d208220a4bc076/hdr_histogram/src/hdr_malloc.h
couchbase-3.5.4 ext/cache/hdr_histogram/8aac176f50c5d02f8248eb1608d208220a4bc076/hdr_histogram/src/hdr_malloc.h
couchbase-3.5.3 ext/cache/hdr_histogram/8aac176f50c5d02f8248eb1608d208220a4bc076/hdr_histogram/src/hdr_malloc.h
couchbase-3.5.2 ext/cache/hdr_histogram/8aac176f50c5d02f8248eb1608d208220a4bc076/hdr_histogram/src/hdr_malloc.h
couchbase-3.5.1 ext/cache/hdr_histogram/8aac176f50c5d02f8248eb1608d208220a4bc076/hdr_histogram/src/hdr_malloc.h
couchbase-3.5.0 ext/cache/hdr_histogram/8aac176f50c5d02f8248eb1608d208220a4bc076/hdr_histogram/src/hdr_malloc.h
couchbase-3.4.5 ext/couchbase/third_party/hdr_histogram_c/src/hdr_malloc.h
couchbase-3.4.4 ext/couchbase/third_party/hdr_histogram_c/src/hdr_malloc.h
couchbase-3.4.3 ext/couchbase/third_party/hdr_histogram_c/src/hdr_malloc.h
couchbase-3.4.2 ext/couchbase/third_party/hdr_histogram_c/src/hdr_malloc.h
couchbase-3.4.1 ext/couchbase/third_party/hdr_histogram_c/src/hdr_malloc.h
couchbase-3.4.0 ext/couchbase/third_party/hdr_histogram_c/src/hdr_malloc.h
couchbase-3.3.0 ext/couchbase/third_party/hdr_histogram_c/src/hdr_malloc.h
couchbase-3.2.0-universal-darwin-20 ext/third_party/hdr_histogram_c/src/hdr_malloc.h
couchbase-3.2.0 ext/third_party/hdr_histogram_c/src/hdr_malloc.h