HomeSort by: relevance | last modified time | path
    Searched defs:set_alloc (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
skipset.h 51 // - set_alloc() allocates memory with optional tracking (#define SET_TRACK)
52 // - set_free() deallocates memory allocated by set_alloc()
127 /* Memory allocation and deallocation. set_alloc(set, ptr, size) returns a
129 // allocation ptr resized to size bytes. set_alloc() will never return NULL.
130 // set_free(set, ptr) frees an allocation created by set_alloc(). These may be
153 void *set_alloc(set_t *set, void *ptr, size_t size) { function
171 void *set_alloc(set_t *set, void *ptr, size_t size) { function
192 node->right = set_alloc(set, node->right,
205 set_node_t *node = set_alloc(set, NULL, sizeof(set_node_t));
skipset.h 51 // - set_alloc() allocates memory with optional tracking (#define SET_TRACK)
52 // - set_free() deallocates memory allocated by set_alloc()
127 /* Memory allocation and deallocation. set_alloc(set, ptr, size) returns a
129 // allocation ptr resized to size bytes. set_alloc() will never return NULL.
130 // set_free(set, ptr) frees an allocation created by set_alloc(). These may be
153 void *set_alloc(set_t *set, void *ptr, size_t size) { function
171 void *set_alloc(set_t *set, void *ptr, size_t size) { function
192 node->right = set_alloc(set, node->right,
205 set_node_t *node = set_alloc(set, NULL, sizeof(set_node_t));
skipset.h 51 // - set_alloc() allocates memory with optional tracking (#define SET_TRACK)
52 // - set_free() deallocates memory allocated by set_alloc()
127 /* Memory allocation and deallocation. set_alloc(set, ptr, size) returns a
129 // allocation ptr resized to size bytes. set_alloc() will never return NULL.
130 // set_free(set, ptr) frees an allocation created by set_alloc(). These may be
153 void *set_alloc(set_t *set, void *ptr, size_t size) { function
171 void *set_alloc(set_t *set, void *ptr, size_t size) { function
192 node->right = set_alloc(set, node->right,
205 set_node_t *node = set_alloc(set, NULL, sizeof(set_node_t));
skipset.h 51 // - set_alloc() allocates memory with optional tracking (#define SET_TRACK)
52 // - set_free() deallocates memory allocated by set_alloc()
127 /* Memory allocation and deallocation. set_alloc(set, ptr, size) returns a
129 // allocation ptr resized to size bytes. set_alloc() will never return NULL.
130 // set_free(set, ptr) frees an allocation created by set_alloc(). These may be
153 void *set_alloc(set_t *set, void *ptr, size_t size) { function
171 void *set_alloc(set_t *set, void *ptr, size_t size) { function
192 node->right = set_alloc(set, node->right,
205 set_node_t *node = set_alloc(set, NULL, sizeof(set_node_t));

Completed in 167 milliseconds