Searched defs:memory_pointer (Results 1 – 4 of 4) sorted by relevance
42 void* memory_pointer = xnn_params.allocator.allocate(xnn_params.allocator.context, memory_size); in xnn_allocate_zero_memory() local49 inline static void* xnn_reallocate_memory(void* memory_pointer, size_t memory_size) { in xnn_reallocate_memory()53 inline static void xnn_release_memory(void* memory_pointer) { in xnn_release_memory()62 void* memory_pointer = xnn_params.allocator.aligned_allocate( in xnn_allocate_zero_simd_memory() local70 inline static void xnn_release_simd_memory(void* memory_pointer) { in xnn_release_simd_memory()
65 void* memory_pointer = malloc(size + sizeof(uintptr_t) + alignment - 1); in AlignedMalloc() local
75 int *memory_pointer; local
77 int *memory_pointer; local