Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ ttyinq_getallocatedsize
Function
ttyinq_getallocatedsize
components/lwp/terminal/bsd_ttyqueue.h:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
rt_inline size_t ttyinq_getallocatedsize(struct ttyinq *ti)
107
{
108
return (ti->ti_quota * TTYINQ_DATASIZE);
109
}
110
111
rt_inline size_t ttyinq_bytesleft(struct ttyinq *ti)
112
{
Callers
1
tty_watermarks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected