// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License ...
FAR void *fs_heap_zalloc(size_t size) malloc_like1(1); FAR void *fs_heap_malloc(size_t size) malloc_like1(1); size_t fs_heap_malloc_size(FAR void *mem); FAR void *fs ...