mzhaom / gperftools

Fast, multi-threaded malloc() and nifty performance analysis tools
https://code.google.com/p/gperftools/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

malloc_extension_c.h header missing from installation #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build and install tcmalloc from source

What is the expected output? What do you see instead?

$prefix/include/google/malloc_extension_c.h header file is missing.
It should be there since I'm writing a C program that links to it.

What version of the product are you using? On what operating system?

google-perftools 1.2, Debian GNU/Linux 5.0, happens on both
32-bit and 64-bit systems.

Original issue reported on code.google.com by normalpe...@gmail.com on 2 Jun 2009 at 2:03

GoogleCodeExporter commented 9 years ago
Attached is a trivial patch that fixes the issue

Original comment by normalpe...@gmail.com on 2 Jun 2009 at 2:17

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out, and the fix.  I'll have this as part of the next 
release.

Original comment by csilv...@gmail.com on 2 Jun 2009 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by csilv...@gmail.com on 2 Jun 2009 at 2:46

GoogleCodeExporter commented 9 years ago
This should be fixed in perftools 1.3, just released.

Original comment by csilv...@gmail.com on 10 Jun 2009 at 2:05