test_malloc
allocations[index] = test_malloc(kOperations[i].value);
array[i] = test_malloc(128);
array[i] = test_malloc(kHeapSize / 64);
uint8* buffer = (uint8*)test_malloc(1);
array[i] = test_malloc(size);