Searched refs:myalloc (Results 1 – 4 of 4) sorted by relevance
7 class myalloc { class33 myalloc<C1> allocator; in f1()
76 void* myalloc(unsigned long); in test9()80 myalloc(sizeof(foo_dep)); in test9()
281 omp_allocator_handle_t myalloc = nullptr; in parallel_master_allocate() local282 #pragma omp parallel master firstprivate(a) allocate(myalloc:a) in parallel_master_allocate()
761 int *myalloc(void);768 p = myalloc(); in mallocEscapeFreeCustomAlloc()