Hi, I need to allocate unmanaged memory AND make sure it is filled with 0's. Is there some clever/fast way to do this? So far, I found only Marshal.WriteByte, which sets one byte at a time. Regard, skolima