Click here to Skip to main content
16,022,393 members

Comments by Member 16287282 (Top 2 by date)

Member 16287282 20-Jun-24 1:16am View    
Didn't Get any Approach or Solution? Can you provide more about my Problem Statement?
I have to implement Memory pool for various Data types, Like I create a memory pool, and want to allocate memory from this pool to any data type. Data type may be int, float, double, an object of any class .... etc
Member 16287282 18-Jun-24 3:22am View    
This article introduce about same data-type memory pool, Like when we initialise our pool, it creates of single data type. I want to implement a pool in which I can store any data type (like int, float, string, object etc...). If you want my approach I will send you, if you give me your mail id or something else.