From 68f4e0f6abc6bb99ff334542d5b5003edc3e651e Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 5 Aug 2015 08:18:21 -0700 Subject: Initial Doxygen import for core, c++ --- doc/ref/core.internal/html/alloc_8c.html | 219 +++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 doc/ref/core.internal/html/alloc_8c.html (limited to 'doc/ref/core.internal/html/alloc_8c.html') diff --git a/doc/ref/core.internal/html/alloc_8c.html b/doc/ref/core.internal/html/alloc_8c.html new file mode 100644 index 0000000000..79ef100357 --- /dev/null +++ b/doc/ref/core.internal/html/alloc_8c.html @@ -0,0 +1,219 @@ + + + + + + +GRPC Core: src/core/support/alloc.c File Reference + + + + + + + + + +
+
+ + + + + + +
+
GRPC Core +  0.10.0.0 +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
alloc.c File Reference
+
+
+
#include <grpc/support/alloc.h>
+#include <stdlib.h>
+#include <grpc/support/port_platform.h>
+
+ + + + + + + + + + + +

+Functions

void * gpr_malloc (size_t size)
 
void gpr_free (void *p)
 
void * gpr_realloc (void *p, size_t size)
 
void * gpr_malloc_aligned (size_t size, size_t alignment_log)
 
void gpr_free_aligned (void *ptr)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
void gpr_free (void * p)
+
+ +
+
+ +
+
+ + + + + + + + +
void gpr_free_aligned (void * ptr)
+
+ +
+
+ +
+
+ + + + + + + + +
void* gpr_malloc (size_t size)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void* gpr_malloc_aligned (size_t size,
size_t alignment_log 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void* gpr_realloc (void * p,
size_t size 
)
+
+ +
+
+
+ + + + -- cgit v1.2.3