|
LSSTApplications
11.0-13-gbb96280,12.1+18,12.1+7,12.1-1-g14f38d3+72,12.1-1-g16c0db7+5,12.1-1-g5961e7a+84,12.1-1-ge22e12b+23,12.1-11-g06625e2+4,12.1-11-g0d7f63b+4,12.1-19-gd507bfc,12.1-2-g7dda0ab+38,12.1-2-gc0bc6ab+81,12.1-21-g6ffe579+2,12.1-21-gbdb6c2a+4,12.1-24-g941c398+5,12.1-3-g57f6835+7,12.1-3-gf0736f3,12.1-37-g3ddd237,12.1-4-gf46015e+5,12.1-5-g06c326c+20,12.1-5-g648ee80+3,12.1-5-gc2189d7+4,12.1-6-ga608fc0+1,12.1-7-g3349e2a+5,12.1-7-gfd75620+9,12.1-9-g577b946+5,12.1-9-gc4df26a+10
LSSTDataManagementBasePackage
|
Implementation of Citizen. More...
#include <ctype.h>#include <cerrno>#include <iostream>#include <memory>#include <boost/format.hpp>#include "lsst/daf/base/Citizen.h"#include "lsst/pex/exceptions.h"#include "lsst/utils/Demangle.h"Go to the source code of this file.
Classes | |
| class | CitizenInit |
| Called once when the memory system is being initialised. More... | |
Functions | |
callbacks | |
Set the New/Delete callback functions; in each case the previously installed callback is returned. These callback functions return a value which is Added to the previously registered id. The default callback functions are called default{New,Delete}Callback; you may want to set a break point in these callbacks from your favourite debugger | |
| dafBase::Citizen::memId | defaultNewCallback (dafBase::Citizen::memId const cid) |
| Default callbacks. More... | |
| dafBase::Citizen::memId | defaultDeleteCallback (dafBase::Citizen const *ptr) |
| Default DeleteCallback. More... | |
| dafBase::Citizen::memId | defaultCorruptionCallback (dafBase::Citizen const *ptr) |
| Default CorruptionCallback. More... | |
Variables | |
| CitizenInit | one |
Implementation of Citizen.
Definition in file Citizen.cc.
| dafBase::Citizen::memId defaultCorruptionCallback | ( | dafBase::Citizen const * | ptr | ) |
Default CorruptionCallback.
| ptr | About-to-be deleted Citizen |
Definition at line 466 of file Citizen.cc.
| dafBase::Citizen::memId defaultDeleteCallback | ( | dafBase::Citizen const * | ptr | ) |
Default DeleteCallback.
| ptr | About-to-be deleted Citizen |
Definition at line 457 of file Citizen.cc.
| dafBase::Citizen::memId defaultNewCallback | ( | dafBase::Citizen::memId const | cid | ) |
Default callbacks.
Note that these may well be the target of debugger breakpoints, so e.g. dId may well be changed behind our back Default NewCallback
| cid | ID for just-allocated Citizen |
Definition at line 447 of file Citizen.cc.
| CitizenInit one |
Definition at line 156 of file Citizen.cc.
1.8.5