Home
last modified time | relevance | path

Searched refs:gpr_malloc_aligned (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/include/grpc/support/
Dalloc.h51 GPRAPI void* gpr_malloc_aligned(size_t size, size_t alignment);
/external/grpc-grpc/test/core/gpr/
Dalloc_test.cc58 void* ptr = gpr_malloc_aligned(size, 16); in test_malloc_aligned()
/external/grpc-grpc/src/core/lib/gpr/
Dalloc.cc90 void* gpr_malloc_aligned(size_t size, size_t alignment) { in gpr_malloc_aligned() function
Darena.cc94 void* ptr = gpr_malloc_aligned(size, GPR_MAX_ALIGNMENT); in zalloc_aligned()
/external/grpc-grpc/src/core/lib/gprpp/
Dmemory.h50 ? gpr_malloc_aligned(sizeof(T), alignof(T)) in New()
/external/grpc-grpc/
Dgrpc.def201 gpr_malloc_aligned
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c260 printf("%lx", (unsigned long) gpr_malloc_aligned); in main()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h643 #define gpr_malloc_aligned gpr_malloc_aligned_import macro