Re: drop-in memory management

2001-08-20 Thread Richard Levitte - VMS Whacker
From: Nathan Bell <[EMAIL PROTECTED]> nbell> There is already support for drop-in cryptography, but doing drop-in nbell> memory management seems like a more highly applicable feature. After nbell> already having done this I realize that it is not a daunting task. It nbell> would've been even bett

RE: drop-in memory management

2001-08-20 Thread MARS.LIN 林育德
sorry for my poor english... memory management is widely provided by various platforms, but seem some embedded enviornment RTOS don't provide the ordernary memory library we usually used. recently, i try to porting openssl onto an NO_STDIO platform which doesn't provided malloc, realloc, ...etc.