moved seiralization inlines to inlines.hpp, more adjustments

This commit is contained in:
2025-02-03 18:53:35 -05:00
parent 0d8f30b25c
commit e457191f5d
8 changed files with 402 additions and 371 deletions

View File

@ -84,7 +84,7 @@ void heap_stats_check( void )
typedef struct _heap_alloc_info _heap_alloc_info;
struct _heap_alloc_info
{
ssize size;
ssize size;
void* physical_start;
};