bundletype Malloc_T = | { include "${OSKITDIR}/oskit/c/malloc.h"
free
malloc
memalign
realloc
sfree
smalloc
smemalign
calloc
mustcalloc
mustmalloc } |
C types: void *malloc(size_t size);
void *mustmalloc(size_t size);
void *memalign(size_t alignment,size_t size);
void *calloc(size_t nelt,size_t eltsize);
void *mustcalloc(size_t nelt,size_t eltsize);
void *realloc(void *buf,size_t new_size);
void free(void *buf);
void *smalloc(size_t size);
void *smemalign(size_t alignment,size_t size);
void sfree(void *buf,size_t size);
Extended by:
Exported by:
Imported by: AMM, BlkIO_on_FS, FSRead, MzScheme, OSEnv, SOA_openfile, SVM, bootp, bootp_init, bounded_queue, char_queue, diskpart, example_blkio, example_disknet, example_disktest, example_fudp, fake_udp, first_etherdev, freebsd_env, freebsd_locale, freebsd_mathstr, freebsd_netlib, freebsd_stdtime, freebsd_string, fs_wrappers, fsn, gprof, gprof_support, hpfq, libc_files, linux_boot, listener, listener_mgr, net_io, osenv_dump, osenv_layer, posix_file_descriptors, pqueue, principal, pthread, pthreads_base, pthreads_cpuinheritance, queue, services, simple_arp, svgalib, threaded_listener, threaded_netio, wrap_sockio, wrap_stream, zlib |