[Webkit-unassigned] [Bug 27343] New: Allow custom memory allocation control in JavaScriptCore's RegexPattern.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 03:36:14 PDT 2009


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

           Summary: Allow custom memory allocation control in
                    JavaScriptCore's RegexPattern.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hzoltan at inf.u-szeged.hu


Inherits RegexPattern.h's structs (which have been instantiated by operator
new) from FastAllocBase:

CharacterClass (new call: JavaScriptCore/yarr/RegexCompiler.cpp:144)
PatternAlternative (new call: JavaScriptCore/yarr/RegexPattern.h:221) 
PatternDisjunction (new call: JavaScriptCore/yarr/RegexCompiler.cpp:446)

-- 
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