Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/typelib/xpt/
H A Dxpt_xdr.cpp35 (CursPoolOffset(cursor) + space > cursor->state->pool_allocated)) { in CheckCount()
47 state->pool_allocated = len; in XPT_InitXDRState()
H A Dxpt_xdr.h47 uint32_t pool_allocated; member
H A Dxpt_struct.cpp127 if (file_length != 0 && cursor->state->pool_allocated < file_length) { in XPT_DoHeader()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/typelib/xpt/
H A Dxpt_xdr.cpp32 (CURS_POOL_OFFSET(cursor) + space > (cursor)->state->pool_allocated)) { in CHECK_COUNT()
46 state->pool_allocated = len; in XPT_InitXDRState()
H A Dxpt_xdr.h59 uint32_t pool_allocated; member
H A Dxpt_struct.cpp102 cursor->state->pool_allocated < file_length) { in XPT_DoHeader()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsubr_pool.c2784 pool_allocated(struct pool *pp, struct pool_item_header *ph, uintptr_t addr) in pool_allocated() function
2828 pool_allocated(pp, ph, addr); in pool_whatis()
2844 allocated = pool_allocated(pp, ph, addr); in pool_whatis()