b392539e40780e49a70bdafea37d8cd04acff1b9
- replace "size= 4*( (size+3)/4 );" with "size = (size + 3 ) & ~3;" - split new_mem_element into 2 functions, one to reset, another to allocate so allocating isnt checking to reset each time.
Description
No description provided
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%