Searched defs:rpool (Results 1 - 4 of 4) sorted by relevance
/sendmail/libsm/ |
H A D | t-rpool.c | 11 SM_IDSTR(id, "@(#)$Id: t-rpool.c,v 1.19 2013-11-22 20:51:43 ca Exp $") 15 #include <sm/rpool.h> 36 SM_RPOOL_T *rpool; local 41 sm_test_begin(argc, argv, "test rpool"); 43 rpool = sm_rpool_new_x(NULL); 44 SM_TEST(rpool != NULL); 45 att = sm_rpool_attach_x(rpool, rfree, "attachment #1"); 51 a[i] = sm_rpool_malloc_x(rpool, sz); 55 att = sm_rpool_attach_x(rpool, rfree, "attachment #2"); 56 (void) sm_rpool_attach_x(rpool, rfre [all...] |
H A D | rpool.c | 11 SM_RCSID("@(#)$Id: rpool.c,v 1.29 2013-11-22 20:51:43 ca Exp $") 15 ** For documentation, see rpool.html 20 #include <sm/rpool.h> 46 ** SM_RPOOL_ALLOCBLOCK_X -- allocate a new block for an rpool. 49 ** rpool -- rpool to which the block should be added. 60 sm_rpool_allocblock_x(rpool, size) 61 SM_RPOOL_T *rpool; 67 p->sm_pnext = rpool->sm_pools; 68 rpool 309 SM_RPOOL_T *rpool; local [all...] |
/sendmail/sendmail/ |
H A D | map.c | 3572 SM_RPOOL_T *rpool; local 3743 /* Create an rpool for search related memory usage */ 3744 rpool = sm_rpool_new_x(NULL); 3748 rpool, &p, &plen, &psize, NULL); 3751 /* Copy result so rpool can be freed */ 3754 sm_rpool_free(rpool);
|
H A D | queue.c | 1891 SM_RPOOL_T *rpool; local 2022 rpool = sm_rpool_new_x(NULL); 2023 e = newenvelope(&QueueEnvelope, CurEnv, rpool); 2301 sm_rpool_free(rpool); 2307 rpool = sm_rpool_new_x(NULL); 2308 e = newenvelope(&QueueEnvelope, CurEnv, rpool); 2384 rpool = sm_rpool_new_x(NULL); 2385 e = newenvelope(&QueueEnvelope, CurEnv, rpool); 3569 SM_RPOOL_T *rpool; local 3660 rpool 3862 SM_RPOOL_T *rpool; local [all...] |
Completed in 480 milliseconds