VirtualBox

Changeset 14622 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Nov 26, 2008 9:23:33 AM (16 years ago)
Author:
vboxsync
Message:

NAT: no need to zero the memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.h

    r14553 r14622  
    4040#include <VBox/types.h>
    4141
    42 # define malloc(a)       RTMemAllocZ(a)
     42# define malloc(a)       RTMemAlloc(a)
    4343# define free(a)         RTMemFree(a)
    4444# define realloc(a,b)    RTMemRealloc(a, b)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette