Sha256: 8c4257b9639495af93c1ea0fc87d596457d5d1ba2de88351133a4f0ebed5e632

Contents?: true

Size: 478 Bytes

Versions: 28

Compression:

Stored size: 478 Bytes

Contents

/* cache8.h
 * Copyright (c) 2011, Peter Ohler
 * All rights reserved.
 */

#ifndef __OX_CACHE8_H__
#define __OX_CACHE8_H__

#include "ruby.h"
#include "stdint.h"

typedef struct _Cache8	*Cache8;
typedef uint64_t	slot_t;
typedef uint64_t	sid_t;

extern void	ox_cache8_new(Cache8 *cache);
extern void	ox_cache8_delete(Cache8 cache);

extern slot_t	ox_cache8_get(Cache8 cache, sid_t key, slot_t **slot);

//extern void	ox_cache8_print(Cache8 cache);

#endif /* __OX_CACHE8_H__ */

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
xaiml-0.1.3 vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache8.h
xaiml-0.1.2 vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache8.h
xaiml-0.1.1 vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache8.h
xaiml-0.1.0 vendor/bundle/ruby/2.5.0/gems/ox-2.10.0/ext/ox/cache8.h
ox-2.10.0 ext/ox/cache8.h
ox-2.9.4 ext/ox/cache8.h
ox-2.9.3 ext/ox/cache8.h
ox-2.9.2 ext/ox/cache8.h
ox-2.9.1 ext/ox/cache8.h
ox-2.9.0 ext/ox/cache8.h
ox-2.8.4 ext/ox/cache8.h
ox-2.8.3 ext/ox/cache8.h
ox-2.8.2 ext/ox/cache8.h
ox-2.8.1 ext/ox/cache8.h
ox-2.8.0 ext/ox/cache8.h
ox-2.7.0 ext/ox/cache8.h
ox-2.6.0 ext/ox/cache8.h
ox-2.5.0 ext/ox/cache8.h
ox-2.4.13 ext/ox/cache8.h
ox-2.4.12 ext/ox/cache8.h