Changeset f0950d2 in mainline for uspace/srv/bd/hr/util.h


Ignore:
Timestamp:
2025-06-17T13:23:57Z (5 days ago)
Author:
Miroslav Cimerman <mc@…>
Children:
d574c11
Parents:
234212a
Message:

hr: add malloc_waitok() and calloc_waitok()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/util.h

    r234212a rf0950d2  
    7777} hr_range_lock_t;
    7878
     79extern void *malloc_waitok(size_t)
     80    __attribute__((malloc));
     81
     82extern void *calloc_waitok(size_t, size_t)
     83    __attribute__((malloc));
     84
    7985extern errno_t hr_create_vol_struct(hr_volume_t **, hr_level_t, const char *,
    8086    hr_metadata_type_t);
Note: See TracChangeset for help on using the changeset viewer.