Lines Matching refs:size_t
87 /* Have to include stdlib.h in order to ensure that size_t is defined;
489 PCRE_EXP_DECL void *(*pcre_malloc)(size_t);
491 PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t);
496 PCRE_EXP_DECL void *(*pcre16_malloc)(size_t);
498 PCRE_EXP_DECL void *(*pcre16_stack_malloc)(size_t);
503 PCRE_EXP_DECL void *(*pcre32_malloc)(size_t);
505 PCRE_EXP_DECL void *(*pcre32_stack_malloc)(size_t);
510 PCRE_EXP_DECL void *pcre_malloc(size_t);
512 PCRE_EXP_DECL void *pcre_stack_malloc(size_t);
517 PCRE_EXP_DECL void *pcre16_malloc(size_t);
519 PCRE_EXP_DECL void *pcre16_stack_malloc(size_t);
524 PCRE_EXP_DECL void *pcre32_malloc(size_t);
526 PCRE_EXP_DECL void *pcre32_stack_malloc(size_t);