#define g_memmove(dest, src, num_bytes) Does the difference between dest & src affect the execution time of a memmove() (or bcopy() )? That is, will /* move ten bytes not very far */ g_memmove(pointer, pointer + 5, 10 ) ...go faster than... /* move ten bytes a little farther */ g_memmove(pointer, pointer + 9999, 10 ) This would be for an overlapping region of memory. Again, any references/docs/FAQs to read are greatly appreciated. Thank You, Derek Simkowiak [EMAIL PROTECTED] -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- [gtk-list] Re: Statusbar Overflow? Derek Simkowiak
- [gtk-list] Re: Statusbar Overflow? Havoc Pennington
- [gtk-list] GMemChunk for skip lists Derek Simkowiak
- [gtk-list] Another (stupid) GAllocator que... Derek Simkowiak
- [gtk-list] Re: Another (stupid) GAllocator... Havoc Pennington
- [gtk-list] Re: GMemChunk for skip lists Tim Janik
- [gtk-list] Whence GdkWChar Derek Simkowiak
- [gtk-list] Re: Whence GdkWChar Owen Taylor
- [gtk-list] GAllocator vs. g_free (was: GMe... Derek Simkowiak
- [gtk-list] Re: GAllocator vs. g_free (was:... Havoc Pennington
- [gtk-list] Re: g_memmove() (another RAM qu... Derek Simkowiak
- [gtk-list] Re: g_memmove() (another RAM qu... Tim Janik
- [gtk-list] Re: g_memmove() (another RAM qu... Erik Mouw
- [gtk-list] Re: GAllocator vs. g_free (was:... Tim Janik
- [gtk-list] Re: GAllocator vs. g_free (was:... Valdis . Kletnieks
- [gtk-list] Re: GAllocator vs. g_free (was:... Derek Simkowiak
- [gtk-list] Gapped Text Buffer Derek Simkowiak
- [gtk-list] right click menu david rohde
- [gtk-list] Re: right click menu Matthew Cordes
- [gtk-list] Re: right click menu Emmanuel DELOGET