Searched refs:newmem (Results 1 – 2 of 2) sorted by relevance
148 void *newmem = serf_bucket_mem_alloc(allocator, size); in serf_bmemdup() local149 memcpy(newmem, mem, size); in serf_bmemdup()150 return newmem; in serf_bmemdup()
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()