Searched refs:rmm (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/apr-util/misc/
H A Dapr_rmm.c25 * be empty). The base pointer, rmm->base, points at the beginning of
29 * "offset from rmm->base".
42 * i.e. rmm->base is *not* a valid address for a block, since the
76 static apr_rmm_off_t find_block_by_offset(apr_rmm_t *rmm, apr_rmm_off_t next, argument
82 struct rmm_block_t *blk = (rmm_block_t*)((char*)rmm->base + next);
97 static apr_rmm_off_t find_block_of_size(apr_rmm_t *rmm, apr_size_t size) argument
99 apr_rmm_off_t next = rmm->base->firstfree;
104 struct rmm_block_t *blk = (rmm_block_t*)((char*)rmm->base + next);
112 * never grow our rmm, we are SOL when we hit the wall.
124 struct rmm_block_t *blk = (rmm_block_t*)((char*)rmm
143 move_block(apr_rmm_t *rmm, apr_rmm_off_t this, int free) argument
434 apr_rmm_addr_get(apr_rmm_t *rmm, apr_rmm_off_t entity) argument
[all...]
/freebsd-10-stable/contrib/apr-util/include/
H A Dapr_rmm.h47 * @param rmm The relocatable memory block
56 APU_DECLARE(apr_status_t) apr_rmm_init(apr_rmm_t **rmm, apr_anylock_t *lock,
62 * @param rmm The relocatable memory block to destroy
64 APU_DECLARE(apr_status_t) apr_rmm_destroy(apr_rmm_t *rmm); variable
68 * @param rmm The relocatable memory block
73 APU_DECLARE(apr_status_t) apr_rmm_attach(apr_rmm_t **rmm, apr_anylock_t *lock,
78 * @param rmm The relocatable memory block to detach from
80 APU_DECLARE(apr_status_t) apr_rmm_detach(apr_rmm_t *rmm); variable
84 * @param rmm The relocatable memory block
87 APU_DECLARE(apr_rmm_off_t) apr_rmm_malloc(apr_rmm_t *rmm, apr_size_
[all...]
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestrmm.c38 apr_rmm_t *rmm; local
47 /* We're going to want 10 blocks of data from our target rmm. */
55 rv = apr_rmm_init(&rmm, NULL, apr_shm_baseaddr_get(shm), size, pool);
65 off[i] = apr_rmm_malloc(rmm, fragsize);
69 off2 = apr_rmm_malloc(rmm, FRAG_SIZE * FRAG_COUNT);
74 char *c = apr_rmm_addr_get(rmm, off[i]);
84 char **c = apr_rmm_addr_get(rmm, off[i]);
93 char **c = apr_rmm_addr_get(rmm, off[i]);
102 rv = apr_rmm_free(rmm, off[i]);
107 off[0] = apr_rmm_calloc(rmm, SHARED_SIZ
[all...]
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps.uwin393 meta_off rmm str mo - - YB-G-* turn off meta mode
H A DCaps425 meta_off rmm str mo - - YB-G-* turn off meta mode
H A DCaps.aix4425 meta_off rmm str mo - - YB-G-* turn off meta mode
H A DCaps.hpux11427 meta_off rmm str mo - - YB-G-* turn off meta mode
H A DCaps.keys427 meta_off rmm str mo - - YB-G-* turn off meta mode
/freebsd-10-stable/contrib/ncurses/misc/
H A Dterminfo.src971 rep=\E[%p1%d;%p2%db, rmm=\E[=11L,
3244 rmkx=\E[?1l\E>, rmm=\E[?1034l, rmso=\E[27m, rmul=\E[24m,
11059 rmm=\E[>52l, rmso=\E[m, rmul=\E[m, sc=\E7,
12073 #------- rmm=\E[+x

Completed in 296 milliseconds