Get link Facebook X Pinterest Email Other Apps - February 09, 2018 I use FastMM. I have a Pointer type variable that points to the allocated memory. Is it possible to read how much memory is allocated at the address of this Pointer? Get link Facebook X Pinterest Email Other Apps Comments Primož GabrijelčičFebruary 9, 2018 at 10:53 AMNo, it will allocate it with the allocator that handles 96-104 byte blocks. See SmallBlockTypes array in FastMM4.pas.ReplyDeleteRepliesReplyDavid HeffernanFebruary 9, 2018 at 11:47 AMRemember how big it is, or use a dynamic array which carries that knowledgeReplyDeleteRepliesReplyUwe RaabeFebruary 9, 2018 at 12:28 PMNext question: For what do you need the size?ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
No, it will allocate it with the allocator that handles 96-104 byte blocks. See SmallBlockTypes array in FastMM4.pas.
ReplyDeleteRemember how big it is, or use a dynamic array which carries that knowledge
ReplyDeleteNext question: For what do you need the size?
ReplyDelete