mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-24 00:41:11 -04:00
define constant for u64 bit width
This commit is contained in:
parent
536f852538
commit
86f9c739ee
2 changed files with 32 additions and 30 deletions
2
util.h
2
util.h
|
@ -46,6 +46,8 @@ typedef uint32_t u32;
|
|||
typedef uint64_t u64;
|
||||
typedef unsigned __int128 u128;
|
||||
|
||||
#define U64_WIDTH 64
|
||||
|
||||
#if CONFIG_SEAL_METADATA
|
||||
|
||||
#ifdef __GLIBC__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue