Skip to content

How Do I Obtain the Memory Size of the lyd_node? #2296

Answered by michalvasko
zhangtaog asked this question in Q&A
Discussion options

You must be logged in to vote

Generally, you should use a memory measuring tool such as massif. But to answer, you get the memory usage of a single struct lyd_node *node by calling sizeof(*node).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zhangtaog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants