photon
1.1
|
Go to the source code of this file.
Functions | |
int | buffertable_init (int max_buffers) |
void | buffertable_finalize () |
int | buffertable_find_containing (void *addr, uint64_t size, photonBufferHandle *result) |
int | buffertable_find_exact (void *addr, uint64_t size, photonBufferHandle *result) |
int | buffertable_insert (photonBufferHandle buffer) |
int | buffertable_remove (photonBufferHandle buffer) |
void buffertable_finalize | ( | ) |
Definition at line 55 of file photon_buffertable.c.
int buffertable_find_containing | ( | void * | addr, |
uint64_t | size, | ||
photonBufferHandle * | result | ||
) |
Definition at line 59 of file photon_buffertable.c.
int buffertable_find_exact | ( | void * | addr, |
uint64_t | size, | ||
photonBufferHandle * | result | ||
) |
Definition at line 63 of file photon_buffertable.c.
int buffertable_init | ( | int | max_buffers | ) |
Definition at line 46 of file photon_buffertable.c.
int buffertable_insert | ( | photonBufferHandle | buffer | ) |
Definition at line 81 of file photon_buffertable.c.
int buffertable_remove | ( | photonBufferHandle | buffer | ) |
Definition at line 102 of file photon_buffertable.c.