Next:
Design Goals
Up:
Object-Oriented Persistent Storage for
Previous:
Object-Oriented Approaches
Design of Persistent Storage
Design Goals
Interfaces
Addressing
Persistent Pointers
Reference Pointers
Mapping and Address Conversion
mmap()
system call
Allocation Algorithms
C Heap Allocation Model
malloc()
routine
free()
routine
C++ Object Instantiation
new
operator
delete
operator
Generalization of the Algorithms
New Factors in Persistence
Synchronization
Mapping and Unmapping
Window Overlapping
Primitive Operations
Allocate
Destroy
Grab
Release
Synchronize
Sample Flowchart of Operations
Mori Tetsuya / t2y3141592@gmail.com