Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
Coin
0012-memhandler-initialization.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0012-memhandler-initialization.patch of Package Coin
--- Coin-3.1.3/src/misc/SbHash.h.init 2010-03-02 22:20:09.000000000 +0900 +++ Coin-3.1.3/src/misc/SbHash.h 2016-04-22 16:52:39.888883757 +0900 @@ -89,6 +89,8 @@ cc_memalloc_deallocate(entry->memhandler, ptr); } SbHashEntry(const Key & key, const Type & obj) : key(key), obj(obj) {} + SbHashEntry(const Key & key, const Type & obj, cc_memalloc *memhandler) + : key(key), obj(obj), memhandler(memhandler) {} Key key; Type obj; @@ -218,7 +220,7 @@ /* Key not already in the hash table; insert a new * entry as the first element in the bucket */ - entry = new (this->memhandler) SbHashEntry<Type, Key>(key, obj); + entry = new (this->memhandler) SbHashEntry<Type, Key>(key, obj, this->memhandler); entry->next = this->buckets[i]; this->buckets[i] = entry;
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