Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
kdebase3
non-fast-malloc.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File non-fast-malloc.diff of Package kdebase3
--- konqueror/konq_mainwindow.cc +++ konqueror/konq_mainwindow.cc 2003/05/30 13:19:04 @@ -4550,9 +4550,9 @@ int usage_sum = 0; #if defined(KDE_MALLINFO_STDLIB) || defined(KDE_MALLINFO_MALLOC) // ugly hack for kdecore/malloc - extern int kde_malloc_is_used; - free( calloc( 4, 4 )); // trigger setting kde_malloc_is_used - if( kde_malloc_is_used ) +// extern int kde_malloc_is_used; +// free( calloc( 4, 4 )); // trigger setting kde_malloc_is_used + if( 0 ) { struct mallinfo m = mallinfo(); usage_sum = m.hblkhd + m.uordblks;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor