Home | History | Annotate | Download | only in src

Lines Matching refs:memcopy_function

180 static OS::MemCopyFunction memcopy_function = NULL;
187 if (memcopy_function == NULL) {
189 if (memcopy_function == NULL) {
192 memcopy_function = temp;
197 (*memcopy_function)(dest, src, size);