отладка распределения памяти

Igor Sysoev is at rambler-co.ru
Tue Jun 24 13:47:33 MSD 2008


On Tue, Jun 24, 2008 at 11:52:27AM +0400, anon wrote:

> Здравствуйте, как в нгинхе производить отладку выделения и освобождения памяти???

valgrind.

> тут в исходниках есть NGX_LOG_DEBUG_ALLOC - как это использовать?

NGX_LOG_DEBUG_ALLOC только включает отладку выделения памяти на FreeBSD:

     J       Each byte of new memory allocated by malloc(), realloc() or
             reallocf() will be initialized to 0xa5.  All memory returned by
             free(), realloc() or reallocf() will be initialized to 0x5a.
             This is intended for debugging and will impact performance nega-
             tively.


-- 
Игорь Сысоев
http://sysoev.ru





More information about the nginx-ru mailing list