Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed.h199 __WEED_FN_DEF__ weed_realloc_f weed_realloc; variable
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A DRGBdelay.c79 sdata->cache = (unsigned char **)weed_realloc(sdata->cache, newsize * sizeof(unsigned char *)); in realloc_cache()
H A Dweed-plugin-utils.c193 weed_realloc = NULL; in weed_plugin_info_init()
198 …if (weed_leaf_get(host_info, WEED_LEAF_REALLOC_FUNC, 0, &weed_realloc) != WEED_SUCCESS) return NUL… in weed_plugin_info_init()