-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
bugUse this label when reporting bugs!Use this label when reporting bugs!
Milestone
Description
I think https://github.com/libocca/occa/blob/main/src/occa/internal/core/memoryPool.cpp#L131 should be changed to:
} else {
- resize(reserved + alignedBytes);
+ resize(offset + alignedBytes);
return slice(reserved, bytes);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugUse this label when reporting bugs!Use this label when reporting bugs!