HomeSort by: relevance | last modified time | path
    Searched defs:safe_bcopy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
realloc.c 40 safe_bcopy (from, to, size) function
93 #define memmove(to, from, size) safe_bcopy ((from), (to), (size))
ralloc.c 62 extern void safe_bcopy ();
78 #define safe_bcopy(x, y, z) memmove (y, x, z) macro
641 safe_bcopy (b->data, b->new_data, b->size);
644 safe_bcopy (bloc->data, bloc->new_data, old_size);
652 safe_bcopy (b->data, b->new_data, b->size);
795 safe_bcopy (b->data, b->new_data, b->size);
842 safe_bcopy (b->data, b->new_data, b->size);
gmalloc.c 1015 safe_bcopy (from, to, size)
1068 #define memmove(to, from, size) safe_bcopy ((from), (to), (size))
1014 safe_bcopy (from, to, size) function

Completed in 27 milliseconds