You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
location:
_getFirstSuitedFree function in custom_allocator.cuh reason
The size of the first suited allocation can be equal to the target size. The function Alloc* alloc(size_t requestedSize) also proves this point modification
while (a != NULL && ( a->size < size || ! a->free ) )
The text was updated successfully, but these errors were encountered:
location:
_getFirstSuitedFree function in custom_allocator.cuh
reason
The size of the first suited allocation can be equal to the target size. The function Alloc* alloc(size_t requestedSize) also proves this point
modification
while (a != NULL && ( a->size < size || ! a->free ) )
The text was updated successfully, but these errors were encountered: