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

  /src/external/bsd/openldap/dist/servers/slapd/
sl_malloc.c 53 * The caller of slap_sl_malloc, usually a thread pool task, must
177 { slap_sl_malloc, slap_sl_calloc, slap_sl_realloc, slap_sl_free };
297 slap_sl_malloc( function
309 Debug(LDAP_DEBUG_ANY, "slap_sl_malloc of %lu bytes failed\n",
406 newptr = slap_sl_malloc( total, ctx );
425 return slap_sl_malloc(size, ctx);
472 newptr = slap_sl_malloc(size-sizeof(ber_len_t), ctx);
487 newptr = slap_sl_malloc(size, ctx);
sl_malloc.c 53 * The caller of slap_sl_malloc, usually a thread pool task, must
177 { slap_sl_malloc, slap_sl_calloc, slap_sl_realloc, slap_sl_free };
297 slap_sl_malloc( function
309 Debug(LDAP_DEBUG_ANY, "slap_sl_malloc of %lu bytes failed\n",
406 newptr = slap_sl_malloc( total, ctx );
425 return slap_sl_malloc(size, ctx);
472 newptr = slap_sl_malloc(size-sizeof(ber_len_t), ctx);
487 newptr = slap_sl_malloc(size, ctx);

Completed in 35 milliseconds