Searched refs:apr_rmm_off_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_rmm.h43 typedef apr_size_t apr_rmm_off_t; typedef
87 APU_DECLARE(apr_rmm_off_t) apr_rmm_malloc(apr_rmm_t *rmm, apr_size_t reqsize);
95 APU_DECLARE(apr_rmm_off_t) apr_rmm_realloc(apr_rmm_t *rmm, void *entity, apr_size_t reqsize);
102 APU_DECLARE(apr_rmm_off_t) apr_rmm_calloc(apr_rmm_t *rmm, apr_size_t reqsize);
109 APU_DECLARE(apr_status_t) apr_rmm_free(apr_rmm_t *rmm, apr_rmm_off_t entity);
117 APU_DECLARE(void *) apr_rmm_addr_get(apr_rmm_t *rmm, apr_rmm_off_t entity);
124 APU_DECLARE(apr_rmm_off_t) apr_rmm_offset_get(apr_rmm_t *rmm, void *entity);
/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_rmm.c27 * apr_rmm_off_t value, which represents the offset from the base
54 apr_rmm_off_t prev;
55 apr_rmm_off_t next;
62 apr_rmm_off_t /* rmm_block_t */ firstused;
63 apr_rmm_off_t /* rmm_block_t */ firstfree;
76 static apr_rmm_off_t find_block_by_offset(apr_rmm_t *rmm, apr_rmm_off_t next,
77 apr_rmm_off_t find, int includes)
79 apr_rmm_off_t prev = 0;
97 static apr_rmm_off_t find_block_of_siz
[all...]
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestrmm.c40 apr_rmm_off_t *off, off2;
63 off = apr_palloc(pool, FRAG_COUNT * sizeof(apr_rmm_off_t));

Completed in 158 milliseconds