Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1477 static Void_t* _int_realloc(mstate, Void_t*, size_t);
1514 Void_t* _int_realloc();
2772 newp = _int_realloc(ar_ptr, oldmem, bytes); in public_rEALLOc()
3524 _int_realloc(mstate av, Void_t* oldmem, size_t bytes) in _int_realloc() function