photon  1.1
Functions
photon_rdma_EAGER_buf.c File Reference
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include "photon_rdma_EAGER_buf.h"
#include "photon_exchange.h"
#include "photon_event.h"
#include "logging.h"

Go to the source code of this file.

Functions

photonEagerBuf photon_rdma_eager_buf_create_reuse (uint8_t *eager_buffer, int size, int prefix)
 
void photon_rdma_eager_buf_free (photonEagerBuf buf)
 
int photon_rdma_eager_buf_get_offset (int proc, photonEagerBuf buf, int size, int lim)
 

Function Documentation

◆ photon_rdma_eager_buf_create_reuse()

photonEagerBuf photon_rdma_eager_buf_create_reuse ( uint8_t *  eager_buffer,
int  size,
int  prefix 
)

Definition at line 25 of file photon_rdma_EAGER_buf.c.

◆ photon_rdma_eager_buf_free()

void photon_rdma_eager_buf_free ( photonEagerBuf  buf)

Definition at line 47 of file photon_rdma_EAGER_buf.c.

◆ photon_rdma_eager_buf_get_offset()

int photon_rdma_eager_buf_get_offset ( int  proc,
photonEagerBuf  buf,
int  size,
int  lim 
)

Definition at line 51 of file photon_rdma_EAGER_buf.c.