Home
last modified time | relevance | path

Searched defs:gc_realloc (Results 1 – 2 of 2) sorted by relevance

/dports/devel/silentbob/silentbob-3.0/src/
H A Dgclib_c.cxx319 __export char * gc_realloc (char * PTR, int old_size, int new_size) in gc_realloc() function
/dports/lang/micropython/micropython-1.17/py/
H A Dgc.c675 void *gc_realloc(void *ptr_in, size_t n_bytes, bool allow_move) { in gc_realloc() function