Changeset a787081 in mainline for uspace/app/hbench/malloc


Ignore:
Timestamp:
2019-01-06T22:33:17Z (7 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ebb0835
Parents:
77b01fe
Message:

hbench: do not shorten identifiers at all costs

Location:
uspace/app/hbench/malloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hbench/malloc/malloc1.c

    r77b01fe ra787081  
    5555}
    5656
    57 benchmark_t bench_malloc1 = {
     57benchmark_t benchmark_malloc1 = {
    5858        .name = "malloc1",
    5959        .desc = "User-space memory allocator benchmark, repeatedly allocate one block",
  • uspace/app/hbench/malloc/malloc2.c

    r77b01fe ra787081  
    7272}
    7373
    74 benchmark_t bench_malloc2 = {
     74benchmark_t benchmark_malloc2 = {
    7575        .name = "malloc2",
    7676        .desc = "User-space memory allocator benchmark, allocate many small blocks",
Note: See TracChangeset for help on using the changeset viewer.