Changeset 27419 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Nov 3, 2007, 10:22:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMallocPCRE.cpp
r19434 r27419 25 25 void* (*pcre_malloc)(size_t) = fastMalloc; 26 26 void (*pcre_free)(void*) = fastFree; 27 void* (*pcre_stack_malloc)(size_t) = fastMalloc;28 void (*pcre_stack_free)(void*) = fastFree;29 int (*pcre_callout)(pcre_callout_block*) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.