Searched refs:SystemAlignedAlloc (Results 1 – 4 of 4) sorted by relevance
39 void* p = detail::SystemAlignedAlloc(num_bytes); in AllocateSlow()114 ptr_ = detail::SystemAlignedAlloc(new_size); in FreeAll()
31 packed_matrix->data = detail::SystemAlignedAlloc(data_bytes); in AllocateBuffers()36 packed_matrix->sums = detail::SystemAlignedAlloc(sums_bytes); in AllocateBuffers()
46 void* SystemAlignedAlloc(std::ptrdiff_t num_bytes);
29 void *SystemAlignedAlloc(std::ptrdiff_t num_bytes) { in SystemAlignedAlloc() function