Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7898805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:32:06+00:00 2026-06-03T08:32:06+00:00

There is a void pointer in the epoll event structure. I am malloc-ing memory

  • 0

There is a void pointer in the epoll event structure. I am malloc-ing memory for this and using it elsewhere. Now when I want to take the FD off the epoll list, will this pointer be freed by itself? (A logical thought chain would be that the event structure is maintained internally, possibly by the kernel. So it would free the event strucutre and the memory allocated to the pointer too) Or would I have to free it explicitly?

P.S. I saw a piece of code that does not free the memory allocated to the pointer. I feel that it should be freed explicitly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T08:32:07+00:00Added an answer on June 3, 2026 at 8:32 am

    No, the pointer will not be freed by itself. As far as the kernel is concerned, it’s just an opaque value which it doesn’t know how to deal with. It doesn’t know if it’s a pointer into the stack, heap, data segment, or something else entirely. So it couldn’t possibly know that it should free() it.

    The basic rule is, unless the documentation explicitly says otherwise, you are responsible for freeing any memory you malloc. So, when you remove a file descriptor from an epoll list, you also need to free the corresponding pointer you malloced.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a void pointer called ptr . I want to increment this value
I want to create a function which gets a void pointer. This pointer points
Is there a way in java to do something like this: void fnc(void Reference_to_other_func());
Lets say there is setup like this: public class MyClass { public void DoSomething(string
Is there a way to make this code work? LogonControl.java @Audit(AuditType.LOGON) public void login(String
Is there any way to make this work in Java? public static void change(List<?
Given a void pointer, if I want to make the void pointer point to
I have a class where I use this to initialize a void* pointer. But
Is there any way to determine whether a buffer received as a void* pointer
Is there a way to portably determine the upper and lower bound on void-pointer

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.