[Webkit-unassigned] [Bug 79739] New: Use IPP malloc for AudioArray

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 20:23:24 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79739

           Summary: Use IPP malloc for AudioArray
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xingnan.wang at intel.com
                CC: crogers at google.com


IPP library provides the ippmalloc which can malloc memory aligned with 32-byte.
As AudioArray needs 16-byte alignment we can use ippmalloc instead.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list