Missed ccing it to list!

Yes In mysqld. system provided malloc has access to a samller space of entire main 
memory, and we APIs to access the rest, I'm trying to change mysqlds malloc calls to 
our extended malloc which make use of the entire main memory.
 
Regards,
Sp.Raja
 
> > ------------Original Message------------
> > From: Chris Nolan <[EMAIL PROTECTED]>
> > To: "Sp.Raja" <[EMAIL PROTECTED]>
> > Cc: [EMAIL PROTECTED]
> > Date: Tue, Feb-17-2004 6:53 PM
> > Subject: Re: MySQL Memory
> > 
> > Server end? As in, writing code that will integrate with the MySQL 
> > Server process? Or are you building UDFs?
> > 
> > Regards,
> > 
> > Chris
> > 
> > Sp.Raja wrote:
> > 
> > >Thanks for your input. I'm trying to do is at the server end(mysqld), could you 
> > >get some pointers?
> > >
> > >Regards,
> > >Sp.Raja
> > >
> > >  
> > >
> > >>------------Original Message------------
> > >>From: Chris Nolan <[EMAIL PROTECTED]>
> > >>To: "Sp.Raja" <[EMAIL PROTECTED]>
> > >>Cc: [EMAIL PROTECTED]
> > >>Date: Tue, Feb-17-2004 6:29 PM
> > >>Subject: Re: MySQL Memory
> > >>
> > >>Hi!
> > >>
> > >>You'll want to look through the MySQL C API docs. There are specific 
> > >>calls for allocating certain structures that MySQL client software 
> > >>should use (and routines for deallocating it as well).
> > >>
> > >>Regards,
> > >>
> > >>Chris
> > >>
> > >>Sp.Raja wrote:
> > >>
> > >>    
> > >>
> > >>>Hi List,
> > >>>
> > >>>I want to use some other memory allocator routine other than malloc in 
> > >>>MySQL/InnoDB 4.0.15a.
> > >>>Does MySQL call malloc directly? or thru wrappers? If it is through wrappers 
> > >>>then my job will be much simpler, If so please give me the list of wrappers.
> > >>>
> > >>>Any Advice welcome
> > >>>
> > >>>Regards,
> > >>>Sp.Raja
> > >>>
> > >>>
> > >>>
> > >>>--
> > >>>MySQL General Mailing List
> > >>>For list archives: http://lists.mysql.com/mysql
> > >>>To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> > >>>
> > >>> 
> > >>>
> > >>>      
> > >>>
> > >>
> > >>-- 
> > >>MySQL General Mailing List
> > >>For list archives: http://lists.mysql.com/mysql
> > >>To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> > >>
> > >>    
> > >>
> > >
> > >
> > >  
> > >
> > 
> > 
> > 
> > -- 
> > MySQL General Mailing List
> > For list archives: http://lists.mysql.com/mysql
> > To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> > 
> 



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to