Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Reallocating Zero-Initialized Memory?

Reallocating Zero-Initialized Memory?
Thread Tools
Fresh-Faced Recruit
Join Date: Sep 2000
Location: Monopoli, Bary, ITALY
Status: Offline
Reply With Quote
Jul 24, 2003, 04:04 AM
 
Developer docs at:

http://developer.apple.com/documenta...ng_Memory.html

stats that to allocate memory initially filled with zeroes, you should use the standard C function calloc because malloc followed by memset force all vm pages to be mapped into memory, with a great perfomance penalty.

Now suppose that we want to enlarge a preallocated (with calloc) block of memory, while maintaning it filled with zeroes.
If we use realloc, the enlarged part of the memory will not be zero-filled (I have personally test it), so we have to use memset.

How avoid to use memset in zero-filled memory reallocation?

Sorry for my poor english.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 02:13 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2