Searched refs:newmem (Results 1 – 1 of 1) sorted by relevance
3533 Void_t* newmem; /* corresponding user mem */ in _int_realloc() local3601 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()