ghex-org / hwmalloc

Other
0 stars 3 forks source link

Remove an allocation when using register_user_allocation #35

Open biddisco opened 2 years ago

biddisco commented 2 years ago

Move the contents of the user_allocation struct into the main block and remove any dupllicated info. By storing the data directly, we do not need a heap allocate a user struct.