diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-25 23:53:51 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | b84c929e64f2398e02dc4ae9575d7b616fb18528 (patch) | |
| tree | 06fd82760d3c65c93730efb0f95c190c753a2c9e /util/libreboot-utils/include/common.h | |
| parent | e0319f0116629f946fe286c5969f4a8a0dcfb7cb (diff) | |
rmalloc
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include/common.h')
| -rw-r--r-- | util/libreboot-utils/include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index 4668cffa..ebad01bf 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -385,6 +385,7 @@ int dcat(const char *s, size_t n, unsigned short hextonum(char ch_s); void *mkrbuf(size_t n); +void *rmalloc(size_t *size); /* don't ever use this */ void rset(void *buf, size_t n); void *mkrbuf(size_t n); char *mkrstr(size_t n); |
