{"id":7406,"date":"2019-09-30T21:38:40","date_gmt":"2019-09-30T19:38:40","guid":{"rendered":"https:\/\/demdlx704as001.ad.harman.com\/?p=7406"},"modified":"2020-02-17T15:36:20","modified_gmt":"2020-02-17T14:36:20","slug":"passing-in-memory-allocators-and-deallocators-to-interface-classes","status":"publish","type":"post","link":"https:\/\/audioworx.transfunnel.co\/old\/?p=7406","title":{"rendered":"Passing in memory allocators and deAllocators to interface classes"},"content":{"rendered":"<p>In this release, instead of using &#8220;new&#8221; to allocate heap memory in xAF interface classes, pointers to memory allocator and de-allocator methods are now passed in during initialization:<\/p>\n<p>typedef void* (*memAlloc)(unsigned int, unsigned int);<br \/>\ntypedef void (*memDeAlloc)(void*);<\/p>\n<p>This was done for the following classes\/structs:<\/p>\n<p><span class=\"emph\">Master Control:<\/span><\/p>\n<p>When calling xAFInitMasterControl, the application now needs to pass in an allocator pointer, <em>alloc.\u00a0<\/em><\/p>\n<p>enum xAF_Error xAFInitMasterControl(xAFSMasterControl* p_masterControl, unsigned int* ControlConfig, unsigned int maxPins, unsigned int maxXafInstance, <span style=\"text-decoration: underline;\"><strong><em>memAlloc alloc<\/em><\/strong><\/span>);<\/p>\n<p>memAlloc is simply a pointer to a memory allocation method defined by the application:<\/p>\n<p>Similarly, for deallocation, a de-allocation memory pointer needs to also be passed in:<\/p>\n<p>void xAFDeallocMasterControl(xAFSMasterControl* p_masterControlstruct, <strong><em>memDeAlloc deAlloc<\/em><\/strong>);<\/p>\n<p><span class=\"emph\">Chunk Parser:<\/span><\/p>\n<p>ChunkParser is the base class that multiple parsing classes inherit from including DSFDParser and DeviceParser. When initializing it, the application has to pass both allocator and de-allocator pointers:<\/p>\n<p>xAF_Error init(IOBase* theInterface, char(&amp;identifierString)[4], <strong><em>memAlloc allocator, memDeAlloc deAllocator<\/em><\/strong>);<\/p>\n<p><span class=\"emph\">Initialization Message Parser:<\/span><\/p>\n<p>This class is responsible for saving the xTP signal flow data into flash\/persistent memory on an amplifier. Accordingly, a memory allocator needs to be passed into the method that allows the parser to access the flash memory:<\/p>\n<p>typedef FlashInterface* (*openMemoryStorage_t)(<strong><em>memAlloc alloc<\/em><\/strong>, flashfileType type, unsigned int coreID, unsigned int instanceID, IOBase::AccessMode mode);<\/p>\n<p>The allocator and deallocators also need to be passed into the method to initialize the parser:<\/p>\n<p>xAF_Error initParser(openMemoryStorage_t openPtr, <strong><em>memAlloc allocator, memDeAlloc deAllocator<\/em><\/strong>);<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this release, instead of using &#8220;new&#8221; to allocate heap memory in xAF interface classes, pointers to memory allocator and de-allocator methods are now passed in during initialization: typedef void* (*memAlloc)(unsigned int, unsigned int); typedef void (*memDeAlloc)(void*); This was done for the following classes\/structs: Master Control: When calling xAFInitMasterControl, the application now needs to pass [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":"","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"off","ocean_gallery_id":[]},"categories":[10],"tags":[],"coauthors":[181],"_links":{"self":[{"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=\/wp\/v2\/posts\/7406"}],"collection":[{"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7406"}],"version-history":[{"count":5,"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=\/wp\/v2\/posts\/7406\/revisions"}],"predecessor-version":[{"id":7411,"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=\/wp\/v2\/posts\/7406\/revisions\/7411"}],"wp:attachment":[{"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7406"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7406"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7406"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/audioworx.transfunnel.co\/old\/index.php?rest_route=%2Fwp%2Fv2%2Fcoauthors&post=7406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}