mirror of
https://github.com/opnsense/src.git
synced 2026-06-15 19:49:16 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD
47 lines
571 B
Text
47 lines
571 B
Text
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
_malloc_options;
|
|
_malloc_message;
|
|
malloc;
|
|
posix_memalign;
|
|
calloc;
|
|
realloc;
|
|
free;
|
|
malloc_usable_size;
|
|
};
|
|
|
|
FBSD_1.3 {
|
|
malloc_conf;
|
|
malloc_message;
|
|
aligned_alloc;
|
|
malloc_stats_print;
|
|
mallctl;
|
|
mallctlnametomib;
|
|
mallctlbymib;
|
|
allocm;
|
|
rallocm;
|
|
sallocm;
|
|
dallocm;
|
|
nallocm;
|
|
__malloc;
|
|
__calloc;
|
|
__realloc;
|
|
__free;
|
|
__posix_memalign;
|
|
__malloc_usable_size;
|
|
__allocm;
|
|
__rallocm;
|
|
__sallocm;
|
|
__dallocm;
|
|
__nallocm;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
_malloc_thread_cleanup;
|
|
_malloc_prefork;
|
|
_malloc_postfork;
|
|
_malloc_first_thread;
|
|
};
|