diff options
| author | Tyge Løvset <[email protected]> | 2021-11-21 23:17:24 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-11-21 23:17:24 +0100 |
| commit | ee09c3627dee4eb2ec87fda9783be1bb15e132d9 (patch) | |
| tree | ecc646a430e75f618e00c2a95ce2372e1021ba5d /benchmarks | |
| parent | 879f7a1c5637a5f67d430d3583fc7ba34b687234 (diff) | |
| download | STC-modified-ee09c3627dee4eb2ec87fda9783be1bb15e132d9.tar.gz STC-modified-ee09c3627dee4eb2ec87fda9783be1bb15e132d9.zip | |
BREAKING CHANGE: Replaced c_new(T) with c_new(T, ...). This now is similar to the c++ new operator. The previous c_new(T) is renamed to c_alloc(T), and c_new_n(T,n) => c_alloc_n(T,n). Old usage of c_new() will fail as it requires additional argument. Sorry for the inconvenience.
Diffstat (limited to 'benchmarks')
0 files changed, 0 insertions, 0 deletions
