#include "defs.h"
#include "memory.h"
Go to the source code of this file.
◆ hash_combine_com_u64()
static u64 hash_combine_com_u64 |
( |
u64 |
a, |
|
|
u64 |
b |
|
) |
| |
|
static |
◆ hash_combine_u64()
static u64 hash_combine_u64 |
( |
u64 |
seed, |
|
|
u64 |
value |
|
) |
| |
|
static |
◆ read_binary_file()
static void * read_binary_file |
( |
allocator_t |
allocator, |
|
|
const char * |
filename, |
|
|
sz * |
size |
|
) |
| |
|
static |
Read a binary file file
of into memory.
- Parameters
-
[out] | size | The final size of the buffer read |
◆ read_text_file()
static char * read_text_file |
( |
allocator_t |
allocator, |
|
|
const char * |
filename |
|
) |
| |
|
static |