Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c3533 Void_t* newmem; /* corresponding user mem */ in _int_realloc() local
3601 newmem = _int_malloc(av, nb - MALLOC_ALIGN_MASK); in _int_realloc()
3602 if (newmem == 0) in _int_realloc()
3605 newp = mem2chunk(newmem); in _int_realloc()
3624 d = (INTERNAL_SIZE_T*)(newmem); in _int_realloc()