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]



Reply via email to