Home
last modified time | relevance | path

Searched refs:pemalloc_rel_orig (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/main/streams/
H A Dphp_streams_int.h31 #define pemalloc_rel_orig(size, persistent) ((persistent) ? malloc((size)) : emalloc_rel_orig((size… macro
34 # define pemalloc_rel_orig(size, persistent) pemalloc((size), (persistent)) macro
H A Dfilter.c270 filter = (php_stream_filter*) pemalloc_rel_orig(sizeof(php_stream_filter), persistent); in _php_stream_filter_alloc()
H A Dplain_wrapper.c174 self = pemalloc_rel_orig(sizeof(*self), persistent_id); in _php_stream_fopen_from_fd_int()
H A Dstreams.c282 ret = (php_stream*) pemalloc_rel_orig(sizeof(php_stream), persistent_id ? 1 : 0); in _php_stream_alloc()

Completed in 27 milliseconds