Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dmallint.h55 #define MEMCOPY(to, fr, n) ((void) memcpy(to, fr, n)) macro
H A Dmalloc.c419 MEMCOPY(new, old, ts); in realloc()