python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to trace memory allocations in Apache httpd server?
I am running apache benchmark (ab) with server [httpd2.4.52] running locally. I want to track how many memory allocations and what size allocations does the server make.
I run 'valgrind --trace-malloc...
Aditi Partap
Votes: 0
Answers: 0
don't understand the meaning of member currnt_free_index in struct apr_allocator_t
I'am studying apr libiary source code, and I saw the struct apr_allocator_t:
struct apr_allocator_t {
/** largest used index into free[], always < MAX_INDEX */
apr_size_t max_ind...
Outcast
Votes: 0
Answers: 1