Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/serf/buckets/
HDbuckets.c148 void *newmem = serf_bucket_mem_alloc(allocator, size); in serf_bmemdup() local
149 memcpy(newmem, mem, size); in serf_bmemdup()
150 return newmem; in serf_bmemdup()
/freebsd-13-stable/sys/contrib/octeon-sdk/cvmx-malloc/
HDmalloc.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()