Ejemplo n.º 1
0
dp_req_t
with_dp::t_dp_req_create(const char * type, size_t capacity) {
    return dp_req_create(t_dp(), cpe_hs_create(t_tmp_allocrator(), type), capacity);
}
Ejemplo n.º 2
0
 static Request * _create(dp_mgr_t mgr, cpe_hash_string_t type, size_t capacity) {
     return (Request*)dp_req_create(mgr, type, capacity);
 }