Home
last modified time | relevance | path

Searched refs:poolno (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpov_mem.cpp202 int poolno; member
217 static int poolno = 0; // GLOBAL VARIABLE variable
316 poolno = 0; in mem_init()
672 poolno++; in mem_mark()
690 if (p != NULL && (p->poolno == poolno)) in mem_release()
694 while (p != NULL && (p->poolno == poolno)) in mem_release()
730 if (poolno > 0) in mem_release()
731 poolno--; in mem_release()
799 poolno = 0; in mem_release_all()
825 node->poolno = poolno; in add_node()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpov_mem.cpp197 int poolno; member
212 static int poolno = 0; // GLOBAL VARIABLE variable
311 poolno = 0; in mem_init()
667 poolno++; in mem_mark()
685 if (p != NULL && (p->poolno == poolno)) in mem_release()
689 while (p != NULL && (p->poolno == poolno)) in mem_release()
725 if (poolno > 0) in mem_release()
726 poolno--; in mem_release()
794 poolno = 0; in mem_release_all()
820 node->poolno = poolno; in add_node()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/
H A Dpov_mem.cpp200 int poolno; member
215 static int poolno = 0; // GLOBAL VARIABLE variable
314 poolno = 0; in mem_init()
669 poolno++; in mem_mark()
687 if (p != NULL && (p->poolno == poolno)) in mem_release()
691 while (p != NULL && (p->poolno == poolno)) in mem_release()
727 if (poolno > 0) in mem_release()
728 poolno--; in mem_release()
796 poolno = 0; in mem_release_all()
822 node->poolno = poolno; in add_node()
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/
H A Dpov_mem.cpp194 int poolno; member
209 static int poolno = 0; // GLOBAL VARIABLE variable
276 poolno = 0; in mem_init()
634 poolno = 0; in mem_release_all()
654 node->poolno = poolno; in add_node()
662 node->poolno = poolno; in add_node()
/dports/security/libgcrypt/libgcrypt-1.9.4/src/
H A Dsecmem.c928 int i, poolno; in secmem_dump_stats_internal() local
930 for (pool = &mainpool, poolno = 0; pool; pool = pool->next, poolno++) in secmem_dump_stats_internal()
946 poolno, in secmem_dump_stats_internal()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/src/
H A Dsecmem.c928 int i, poolno; in secmem_dump_stats_internal() local
930 for (pool = &mainpool, poolno = 0; pool; pool = pool->next, poolno++) in secmem_dump_stats_internal()
946 poolno, in secmem_dump_stats_internal()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/stdlib/
H A Dmalloc.c2213 malloc_dump1(int fd, int poolno, struct dir_info *d) in malloc_dump1() argument
2217 dprintf(fd, "Malloc dir of %s pool %d at %p\n", __progname, poolno, d); in malloc_dump1()
2259 malloc_dump(int fd, int poolno, struct dir_info *pool) in malloc_dump() argument
2280 malloc_dump1(fd, poolno, pool); in malloc_dump()