Searched refs:copy_memory (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/libauto-186/
H A DDefinitions.h477 // copy_memory
481 inline void copy_memory(void *dest, void *source, usword_t size) { function in namespace:Auto
804 // void copy_memory(void *dest, void *source, size_t size);
840 _allocator.copy_memory(new_buffer, _buffer, old_size);
858 _allocator.copy_memory(new_buffer, _buffer, old_size);
982 inline void copy_memory(void *dest, void *source, usword_t size) { function in class:Auto::VMMemoryAllocator
983 Auto::copy_memory(dest, source, size);

Completed in 93 milliseconds