Re: [naviserver-devel] Quest for malloc

2007-01-12 Thread Zoran Vasiljevic
Am 19.12.2006 um 20:42 schrieb Stephen Deasey: On 12/19/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote: Right, with Ns_ functions it does not crash. Zoran will be happy... :-) In fact, yes! I'm more than happy to announce something that will change the way we use computers in 22 century (i

Re: [naviserver-devel] Quest for malloc

2007-01-12 Thread Mike
I've been on a search for an allocator that will be fast enough and not so memory hungry as the allocator being built in Tcl. Unfortunately, as it mostly is, it turned out that I had to write my own. Vlad has written an allocator that uses mmap to obtain memory for the system and munmap that memo