Module sgx_trts::libc [−][src]
This mod provides the interface connecting Rust's memory management system to the Intel's SGX SDK's malloc system.
It is a c-style interface and self-explained. Currently we don't have much time for documenting it.
Structs
Enums
| c_void |
Constants
Functions
| calloc⚠ | |
| free⚠ | |
| malloc⚠ | |
| malloc_usable_size⚠ | |
| memchr⚠ | |
| memrchr⚠ | |
| posix_memalign⚠ | |
| realloc⚠ | |
| strlen⚠ |