Home | History | Annotate | Download | only in src

Lines Matching refs:memcopy_function

151 static OS::MemCopyFunction memcopy_function = NULL;
158 if (memcopy_function == NULL) {
160 if (memcopy_function == NULL) {
163 memcopy_function = temp;
168 (*memcopy_function)(dest, src, size);