Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.c869 static weed_realloc_f weedrealloc; in weed_bootstrap() local
936 weedrealloc = realloc; in weed_bootstrap()
986 if (weedrealloc) { in weed_bootstrap()
987 …if (weed_set_funcptr_value(host_info, WEED_LEAF_REALLOC_FUNC, (weed_funcptr_t)weedrealloc) != WEED… in weed_bootstrap()
1213 if (weedrealloc == NULL) { in weed_bootstrap()
1217 …if (weed_set_funcptr_value(host_info, WEED_LEAF_REALLOC_FUNC, (weed_funcptr_t)weedrealloc) != WEED… in weed_bootstrap()
1354 weedrealloc = NULL; in weed_bootstrap()