Home
last modified time | relevance | path

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

/PHP-8.1/main/streams/
H A Dphp_streams_int.h29 #define pemalloc_rel_orig(size, persistent) ((persistent) ? malloc((size)) : emalloc_rel_orig((size… macro
32 # define pemalloc_rel_orig(size, persistent) pemalloc((size), (persistent)) macro
H A Dfilter.c268 filter = (php_stream_filter*) pemalloc_rel_orig(sizeof(php_stream_filter), persistent); in _php_stream_filter_alloc()
H A Dplain_wrapper.c180 self = pemalloc_rel_orig(sizeof(*self), persistent_id); in _php_stream_fopen_from_fd_int()
H A Dstreams.c280 ret = (php_stream*) pemalloc_rel_orig(sizeof(php_stream), persistent_id ? 1 : 0); in _php_stream_alloc()

Completed in 36 milliseconds