Files
test2/source
Campbell Barton b392539e40 optimization for scanfill allocation function.
- 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.
2011-09-24 16:38:02 +00:00
..
2011-05-09 08:15:38 +00:00
2011-05-09 08:15:38 +00:00