Generate README.md, add clock dividers and limiters, load configs from WS client, fix stream per-segment subscriptions according to memory projections mechanism
This commit is contained in:
@@ -72,7 +72,7 @@ device_mem_t* genDevMem(device_specs_t* devSpec, char* errbuf)
|
||||
void* rawCells = (void*)malloc(memTotalSize);
|
||||
if (rawCells == NULL)
|
||||
{
|
||||
sprintf(errbuf, "unable to allocate raw memory buf");
|
||||
sprintf(errbuf, "unable to allocate raw memory buf %lu bytes", memTotalSize);
|
||||
free(devMem);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user