Home
last modified time | relevance | path

Searched refs:weedmalloc (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.c867 static weed_malloc_f weedmalloc; in weed_bootstrap() local
929 weedmalloc = malloc; in weed_bootstrap()
953 if (weedmalloc) { in weed_bootstrap()
954 …if (weed_set_funcptr_value(host_info, WEED_LEAF_MALLOC_FUNC, (weed_funcptr_t)weedmalloc) != WEED_S… in weed_bootstrap()
1160 if (weedmalloc == NULL) { in weed_bootstrap()
1164 …if (weed_set_funcptr_value(host_info, WEED_LEAF_MALLOC_FUNC, (weed_funcptr_t)weedmalloc) != WEED_S… in weed_bootstrap()