Home
last modified time | relevance | path

Searched refs:my_alloc (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/rpcrt4/
H A Dndr_marshall.c42 static void * CALLBACK my_alloc(SIZE_T size) in my_alloc() function
57 my_alloc,
264 mem_orig = mem = my_alloc(size); in test_pointer_marshal()
794 mem = my_alloc(sizeof(void *)); in test_nontrivial_pointer_types()
802 mem = my_alloc(sizeof(void *)); in test_nontrivial_pointer_types()
803 *(void **)mem = my_alloc(sizeof(char)); in test_nontrivial_pointer_types()
850 mem = my_alloc(sizeof(void *)); in test_nontrivial_pointer_types()
858 mem = my_alloc(sizeof(void *)); in test_nontrivial_pointer_types()
2102 mem = my_alloc(10); in test_conformant_string()
2142 mem = my_alloc(10); in test_conformant_string()
[all …]
H A Dcstub.c66 static void * CALLBACK my_alloc(SIZE_T size) in my_alloc() function
110 my_alloc,