hyperlight-libc 0.16.0

This crate provides picolibc for Hyperlight guests. It builds the picolibc library and generates bindings to the libc types and functions.
Documentation
1
2
3
4
5
6
7
/* Copyright (c) 2002 Jeff Johnston  <jjohnstn@redhat.com> */
#ifndef _MACHMALLOC_H_
#define _MACHMALLOC_H_

/* place holder so platforms may add malloc.h extensions */

#endif /* _MACHMALLOC_H_ */