Skip to content

Commit

Permalink
Make status first element
Browse files Browse the repository at this point in the history
  • Loading branch information
thstrauss committed Dec 22, 2024
1 parent a05d39f commit 5a15201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acu_util/acu_allc.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ typedef enum ACU_BufferStatus_ {
struct ACU_StaticAllocator_;

typedef struct ACU_AllocatorItem_ {
ACU_BufferStatus status;
struct ACU_StaticAllocator_* allocator;
struct ACU_AllocatorItem_* nextItem;
ACU_BufferStatus status;
const void* itemBuffer;
} ACU_AllocatorItem;

Expand Down

0 comments on commit 5a15201

Please sign in to comment.