wip: merging from upstream

This commit is contained in:
daanx 2024-12-25 10:56:43 -08:00
parent 7085b6cec3
commit cfe73e9d48
2 changed files with 31 additions and 18 deletions

View file

@ -377,7 +377,7 @@ static inline bool mi_memkind_is_os(mi_memkind_t memkind) {
typedef struct mi_memid_os_info {
void* base; // actual base address of the block (used for offset aligned allocations)
size_t alignment; // alignment at allocation
size_t size; // full allocation size
} mi_memid_os_info_t;
typedef struct mi_memid_arena_info {