Searched refs:allocBegin (Results 1 – 2 of 2) sorted by relevance
332 allocBegin(NULL), in NCVMemStackAllocator()347 allocBegin(NULL), in NCVMemStackAllocator()355 allocBegin = NULL; in NCVMemStackAllocator()363 ncvAssertCUDAReturn(cudaMalloc(&allocBegin, capacity), ); in NCVMemStackAllocator()366 ncvAssertCUDAReturn(cudaMallocHost(&allocBegin, capacity), ); in NCVMemStackAllocator()369 allocBegin = (Ncv8u *)malloc(capacity); in NCVMemStackAllocator()377 allocBegin = (Ncv8u *)reusePtr; in NCVMemStackAllocator()382 allocBegin = (Ncv8u *)(0x1); in NCVMemStackAllocator()387 begin = allocBegin; in NCVMemStackAllocator()395 if (allocBegin != NULL) in ~NCVMemStackAllocator()[all …]
508 Ncv8u *allocBegin; member in NCVMemStackAllocator