Warning: session_start(): open(/var/lib/php/sessions/sess_irvpmq3lpoc102q2680uh3kgsa, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
sinterface IManagedObjectCollector64 { // notify collector that there is an object in a location public void noteObject(long start, long size); // same plus callback after compaction public void noteObject(long start, long size, IVF1 updateAddress); // notify collector that there is a pointer in a location public void notePointer(long addr); // notify collector that there is a pointer array in a location public void notePointerArray(long start); // call after collectAndCompact to get new location of objects long getNewLocation(long addr); }